summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-07-03 22:32:00 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-07-04 20:13:49 +0900
commit7ee39556db3db37953975d55adef1eb3a185777f (patch)
treeaa1b4294fa2ea368dc944796dd9195d936b22126 /.github
parent72e58bbdc0d4f9c1c3914c7916fbf3847958b6e5 (diff)
fix typo
`matrix.name` doesn't exist.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8020
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wasm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml
index e9e6de8de4..f40543a538 100644
--- a/.github/workflows/wasm.yml
+++ b/.github/workflows/wasm.yml
@@ -124,7 +124,7 @@ jobs:
- uses: ./.github/actions/slack
with:
- label: ${{ matrix.name }}
+ label: ${{ matrix.entry.name }}
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
if: ${{ failure() && github.event_name == 'push' }}