Skip to content

Commit

Permalink
Correct cache hash values
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Mar 17, 2024
1 parent 086d70e commit 1aa4a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python 3.12
id: setup_python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
- name: Cache built python modules
uses: actions/cache@v4
with:
key: modules_terraform-aws-ca-lambda_build_${{ hashFiles('./modules/terraform-aws-ca-lambda/lambda_code/**') }}_${{ hashFiles('./modules/terraform-aws-ca-lambda/utils/**') }}_${{ github.job }}_py${{ steps.setup_python.outputs.python-version }}
key: modules_terraform-aws-ca-lambda_build_${{ hashFiles('./terraform-aws-ca/modules/terraform-aws-ca-lambda/lambda_code/**') }}_${{ hashFiles('./terraform-aws-ca/modules/terraform-aws-ca-lambda/utils/**') }}_${{ github.job }}_py${{ steps.setup_python.outputs.python-version }}
path: ./terraform-aws-ca/modules/terraform-aws-ca-lambda/build

- name: Terraform plan
Expand Down

0 comments on commit 1aa4a3e

Please sign in to comment.