Skip to content

Commit 1c0e438

Browse files
committed
Fix apply in run-name
1 parent 2871232 commit 1c0e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-api-rds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tf-api-rds
2-
run-name: tf-api-rds ${{ inputs.apply || (github.event_name == 'push' && github.ref == 'refs/heads/main') && 'apply' || 'plan' }}
2+
run-name: tf-api-rds ${{ (inputs.apply || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'apply' || 'plan' }}
33

44
on:
55
push:

0 commit comments

Comments
 (0)