Skip to content

Commit

Permalink
GHPG-002: If env is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
SOberdorfer committed Jan 19, 2025
1 parent cfc2322 commit 7c23edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: On-Release
run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment }}
run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment == '' ? 'test' : inputs.environment }}
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 7c23edb

Please sign in to comment.