We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecf638 commit 1bd4380Copy full SHA for 1bd4380
1 file changed
.github/workflows/automatic-promotion.yaml
@@ -54,7 +54,7 @@ jobs:
54
tests:
55
name: Run CI tests on a PR
56
needs: generate-revisions
57
- uses: ./.github/workflows/${{ inputs.gate }}.yaml
+ uses: ./.github/workflows/${{ github.event.inputs.gate }}.yaml
58
secrets: inherit
59
with:
60
tfvars-file: ${{ needs.generate-revisions.outputs.tfvars-artifact-name }}
0 commit comments