Skip to content

Commit 437be5e

Browse files
committed
Clean up workflow
1 parent 9911a45 commit 437be5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Notify Telegram
3333
uses: james-kua/notify-telegram-action@main
3434
with:
35-
workflow_name: 'CI'
35+
workflow_name: ${{ github.workflow }}
3636
to: ${{ secrets.TELEGRAM_TO }}
3737
token: ${{ secrets.TELEGRAM_TOKEN }}
3838
changed_files: ${{ steps.changed-files.outputs.all_changed_files }}

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Notify Telegram
3232
uses: james-kua/notify-telegram-action@main
3333
with:
34-
workflow_name: 'Build storybook'
34+
workflow_name: ${{ github.workflow }}
3535
to: ${{ secrets.TELEGRAM_TO }}
3636
token: ${{ secrets.TELEGRAM_TOKEN }}
3737
changed_files: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)