We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168ae58 commit ff7a220Copy full SHA for ff7a220
.github/workflows/test_terraform.yml
@@ -367,7 +367,7 @@ jobs:
367
- name: 🚫 Not Allowed to Run
368
if: needs.check-should-run.outputs.should_run != 'true'
369
run: |
370
- echo "::error::Workflow was not allowed to run. For fork PRs, a maintainer must approve tests with the /allow command."
+ echo "::error::Workflow was not allowed to run. For fork PRs, a maintainer must approve with the /allow command."
371
exit 1
372
373
- name: 🛑 Failure
0 commit comments