Skip to content

Commit 33d9611

Browse files
authored
nedgradere checkout action till v1 (#2795)
Ikke støtte før short sha ref i v2 per actions/checkout#265
1 parent 33b9c01 commit 33d9611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "TAG=$(echo ${{ steps.issue_comment.outputs.title }} | awk -F- '{print $NF}')" >> $GITHUB_ENV
3333
3434
- name: Sjekk ut kode
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v1
3636
with:
3737
ref: ${{ env.TAG }}
3838

0 commit comments

Comments
 (0)