Skip to content

Commit

Permalink
feature/PI-43-stored-properties secret stuff 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Oct 24, 2023
1 parent df25e72 commit 2c615cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/components/caching/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ runs:
.venv
.timestamp
**/dist/*zip
infrastructure/terraform/per_account/*/parameters/tfplan
infrastructure/terraform/per_account/*/tfplan
key: ${{ env.GITHUB_SHA_SHORT }}-${{ inputs.cache-suffix == '' && 'head' || inputs.cache-suffix }}-${{ steps.date.outputs.date }}
**/tfplan
key: ${{ env.GITHUB_SHA_SHORT }}-${{ inputs.cache-suffix == '' && 'head' || inputs.cache-suffix }}-${{ hashFiles('.venv', '.timestamp', '**/dist/*zip', '**/tfplan') }}
restore-keys: |
${{ env.GITHUB_SHA_SHORT }}-${{ inputs.cache-suffix == '' && 'head' || inputs.cache-suffix }}

0 comments on commit 2c615cc

Please sign in to comment.