Skip to content

Commit 8370028

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

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)