We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8839e7 + 09a5b3a commit 04005cdCopy full SHA for 04005cd
.github/workflows/release.yml
@@ -18,7 +18,6 @@ permissions:
18
id-token: write
19
contents: read
20
21
-run-name: 🚀 ${{ github.actor }} is releasing ${{ inputs.environment }}
22
jobs:
23
artifact-version:
24
runs-on: ubuntu-latest
.github/workflows/rwf_build.yml
@@ -1,5 +1,5 @@
1
name: 🏗️ Build
2
-
+run-name: 🤖 ${{ github.actor }} is building ${{ inputs.environment }}
3
on:
4
workflow_call:
5
inputs:
.github/workflows/rwf_deploy.yml
name: 🚀 Deploy
+run-name: 🤖 ${{ github.actor }} is releasing ${{ inputs.environment }}
0 commit comments