From 4aa73f8f8abaaab2d0806cc3a180c09d2faea80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Thu, 29 Jun 2023 11:44:12 +0900 Subject: proper path Source code is not always checked out to `.`. We need to specify the exact place where the action.yml file is located. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/windows.yml') 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 -- cgit v1.2.3