Skip to content

Commit

Permalink
update workflow-tester 94
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Apr 29, 2024
1 parent af3b808 commit ec03042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-tester94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'prod'
default : 'dev'

run-name: Trial - $(echo "${{ inputs.environment }}" | sed 's/.*/\U&/')
run-name: Trial - ${{ inputs.environment == 'dev' && 'DEV' || inputs.environment == 'test' && 'TEST' || 'PROD' }}

jobs:
build-and-deploy:
Expand Down

0 comments on commit ec03042

Please sign in to comment.