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 2871232 commit 1c0e438Copy full SHA for 1c0e438
.github/workflows/tf-api-rds.yml
@@ -1,5 +1,5 @@
1
name: tf-api-rds
2
-run-name: tf-api-rds ${{ inputs.apply || (github.event_name == 'push' && github.ref == 'refs/heads/main') && 'apply' || 'plan' }}
+run-name: tf-api-rds ${{ (inputs.apply || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'apply' || 'plan' }}
3
4
on:
5
push:
0 commit comments