Skip to content

Commit

Permalink
Fix tf-apply input for artifact path (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Dec 6, 2023
1 parent c67f3ab commit e1e9ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: ./.github/workflows/terraform-apply.yml
with:
api-functions-artifacts-key: ${{ needs.build.outputs.api-functions-artifacts-key }}
api-functions-artifacts-path: ${{ needs.build.outputs.api-attestation-artifacts-path }}
api-functions-artifacts-path: ${{ needs.build.outputs.api-functions-artifacts-path }}
web-artifacts-key: ${{ needs.build.outputs.web-artifacts-key }}
web-artifacts-path: ${{ needs.build.outputs.web-artifacts-path }}
tf-plan-artifacts-key: ${{ needs.tf-plan.outputs.artifacts-key }}
Expand Down

0 comments on commit e1e9ad3

Please sign in to comment.