Skip to content

Commit

Permalink
forgot key local
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Jul 22, 2024
1 parent f4d5a36 commit 3b3f082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/global-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
echo "echo cache-path='$cachepath' >> \$GITHUB_OUTPUT" >> activate_env.sh
sha256=$(shasum -a 256 tohash.txt | awk '{ print $1 }')
echo "key=$sha256" >> $GITHUB_OUTPUT
echo "echo \"key=$sha256\" >> \$GITHUB_OUTPUT" >> activate_env.sh
- name: Check Cache already exists
Expand Down

0 comments on commit 3b3f082

Please sign in to comment.