Skip to content

Commit

Permalink
Fixes the PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Sep 27, 2023
1 parent 7e7e703 commit cae2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set variables
run: |
PR_NUMBER=$(cat ./visual-snapshots/PR.txt)
echo "PR_NUMBER=$VER" >> $GITHUB_ENV
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
- name: Upload to B2
uses: shallwefootball/s3-upload-action@master
id: B2
Expand Down

0 comments on commit cae2b85

Please sign in to comment.