Skip to content

Commit 133fc2f

Browse files
committed
Updated deploy action name.
1 parent 301a84a commit 133fc2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/callable-deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
workflow_dispatch:
88
workflow_call:
99

10+
run-name: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.message || github.event.head_commit.message }}
11+
1012
jobs:
1113
deploy:
1214
name: Deploy Application Stack

0 commit comments

Comments
 (0)