Skip to content

Commit b8a6cf6

Browse files
committed
check out code so we can modify package.json
1 parent fba4ce5 commit b8a6cf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v5
1315
- name: Set SHORT_SHA
1416
run: |
1517
SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`

0 commit comments

Comments
 (0)