Skip to content

Commit 04005cd

Browse files
authored
Merge pull request #9 from SOberdorfer/feature/GHPG-005
GHPG-005: Move run name to rwf's
2 parents d8839e7 + 09a5b3a commit 04005cd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ permissions:
1818
id-token: write
1919
contents: read
2020

21-
run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment }}
2221
jobs:
2322
artifact-version:
2423
runs-on: ubuntu-latest

.github/workflows/rwf_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🏗️ Build
2-
2+
run-name: 🤖 ${{ github.actor }} is building ${{ inputs.environment }}
33
on:
44
workflow_call:
55
inputs:

.github/workflows/rwf_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🚀 Deploy
2-
2+
run-name: 🤖 ${{ github.actor }} is releasing ${{ inputs.environment }}
33
on:
44
workflow_call:
55
inputs:

0 commit comments

Comments
 (0)