diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 00:46:44 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 00:46:45 -0700 |
| commit | 5d3bd790348e4228aaf63376fb09b0021851128f (patch) | |
| tree | 1d6f3fc446b06feb5ec09571a00a33f3ea31b25c /.github | |
| parent | 8cd50a14702fb865b4ae9a0a3568efa34f34672e (diff) | |
sync_default_gems.yml: Notify which gem failed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sync_default_gems.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/sync_default_gems.yml b/.github/workflows/sync_default_gems.yml index 7110b26d87..94e34ec713 100644 --- a/.github/workflows/sync_default_gems.yml +++ b/.github/workflows/sync_default_gems.yml @@ -62,6 +62,7 @@ jobs: - uses: ./.github/actions/slack with: SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot + label: ${{ github.event.inputs.gem }} ${{ github.event.inputs.before[0:10] }}..${{ github.event.inputs.after[0:10] }} event_name: workflow_dispatch extra_channel_id: C05FPKAU743 # alerts-sync if: ${{ failure() }} |
