Skip to content

Commit

Permalink
Merge pull request #8 from SOberdorfer/feature/GHPG-004
Browse files Browse the repository at this point in the history
GHPG-004: Move run name
  • Loading branch information
SOberdorfer authored Jan 19, 2025
2 parents bab4e12 + b17ec55 commit d8839e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: On-Release
run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment }}
on:
workflow_dispatch:
inputs:
Expand All @@ -19,8 +18,8 @@ permissions:
id-token: write
contents: read

run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment }}
jobs:

artifact-version:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit d8839e7

Please sign in to comment.