Skip to content

Commit

Permalink
nedgradere checkout action till v1 (#2795)
Browse files Browse the repository at this point in the history
Ikke støtte før short sha ref i v2 per actions/checkout#265
  • Loading branch information
albrektsson authored Nov 11, 2021
1 parent 33b9c01 commit 33d9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "TAG=$(echo ${{ steps.issue_comment.outputs.title }} | awk -F- '{print $NF}')" >> $GITHUB_ENV
- name: Sjekk ut kode
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
ref: ${{ env.TAG }}

Expand Down

0 comments on commit 33d9611

Please sign in to comment.