summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-06-29 11:44:12 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-06-29 16:58:11 +0900
commit4aa73f8f8abaaab2d0806cc3a180c09d2faea80c (patch)
tree0debf4cd185c90555c0ba7ec2af2722b7b1827df /.github/workflows/windows.yml
parent48e646fd96a834709fdfdddf08b1ac7dd188d50f (diff)
proper path
Source code is not always checked out to `.`. We need to specify the exact place where the action.yml file is located.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7994
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f1926baf19..a733ae03f7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -140,7 +140,7 @@ jobs:
env:
RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --job-status=normal
timeout-minutes: 60
- - uses: ./.github/actions/slack
+ - uses: ./src/.github/actions/slack
with:
label: VS${{ matrix.vs }} / ${{ matrix.test_task || 'check' }}
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot