We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9911a45 commit 437be5eCopy full SHA for 437be5e
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Notify Telegram
33
uses: james-kua/notify-telegram-action@main
34
with:
35
- workflow_name: 'CI'
+ workflow_name: ${{ github.workflow }}
36
to: ${{ secrets.TELEGRAM_TO }}
37
token: ${{ secrets.TELEGRAM_TOKEN }}
38
changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
.github/workflows/storybook.yml
@@ -31,7 +31,7 @@ jobs:
31
- workflow_name: 'Build storybook'
0 commit comments