We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301a84a commit 133fc2fCopy full SHA for 133fc2f
.github/workflows/callable-deploy.yml
@@ -7,6 +7,8 @@ on:
7
workflow_dispatch:
8
workflow_call:
9
10
+run-name: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.message || github.event.head_commit.message }}
11
+
12
jobs:
13
deploy:
14
name: Deploy Application Stack
0 commit comments