Skip to content

Commit

Permalink
Fix ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavenport-vervio authored Sep 20, 2024
1 parent 8d800e5 commit 653ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic-run-name.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dynamic Run name
run-name: ${{ github.event_name == 'workflow_dispatch' ? inputs.environment : 'auto' }}
run-name: ${{ github.event_name == 'workflow_dispatch' && inputs.environment || 'auto' }}

on:
push:
Expand Down

0 comments on commit 653ecf3

Please sign in to comment.