Skip to content

Commit 1e9f33f

Browse files
committed
CI: add missing checkout
1 parent 2981ecf commit 1e9f33f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
needs:
132132
- build-mina-frontend-image
133133
steps:
134+
- name: Git checkout
135+
uses: actions/checkout@v5
136+
134137
- name: Set up environment variables
135138
run: |
136139
if [[ "${{ github.ref }}" == "refs/heads/develop" ]]; then
@@ -158,6 +161,9 @@ jobs:
158161
needs:
159162
- build-mina-node-image
160163
steps:
164+
- name: Git checkout
165+
uses: actions/checkout@v5
166+
161167
- name: Set up environment variables
162168
run: |
163169
if [[ "${{ github.ref }}" == "refs/heads/develop" ]]; then

0 commit comments

Comments
 (0)