Skip to content

Commit fea1c95

Browse files
committed
add checkout step
1 parent 966e8b2 commit fea1c95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ jobs:
190190
runs-on: ubuntu-24.04
191191
needs: [deploy-be, build-be]
192192
steps:
193+
- uses: actions/checkout@v4
194+
with:
195+
ref: ${{ github.ref }}
196+
fetch-depth: 0
193197
- name: Wait stable deployment
194198
uses: ./.github/actions/wait-for-deployment
195199
env:
@@ -321,6 +325,10 @@ jobs:
321325
runs-on: ubuntu-24.04
322326
needs: [deploy-fe, build-fe]
323327
steps:
328+
- uses: actions/checkout@v4
329+
with:
330+
ref: ${{ github.ref }}
331+
fetch-depth: 0
324332
- name: Wait stable deployment
325333
uses: ./.github/actions/wait-for-deployment
326334
env:

0 commit comments

Comments
 (0)