Skip to content

Commit

Permalink
GHPG-005: Move run name to rwf's
Browse files Browse the repository at this point in the history
  • Loading branch information
SOberdorfer committed Jan 19, 2025
1 parent d8839e7 commit 09a5b3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ permissions:
id-token: write
contents: read

run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment }}
jobs:
artifact-version:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rwf_build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🏗️ Build

run-name: 🤖 ${{ github.actor }} is building ${{ inputs.environment }}
on:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rwf_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🚀 Deploy

run-name: 🤖 ${{ github.actor }} is releasing ${{ inputs.environment }}
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 09a5b3a

Please sign in to comment.