Skip to content

Commit

Permalink
replace github sha variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 21, 2022
1 parent e900467 commit a217a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules/.cache/turbo
key: turbo-${{ github.job }}-${{ env.REF_NAME }}-${{ github.sha }}
key: turbo-${{ github.job }}-${{ env.REF_NAME }}-${{ env.SHA }}
restore-keys: |
turbo-${{ github.job }}-${{ env.REF_NAME }}-
Expand Down

0 comments on commit a217a20

Please sign in to comment.