From 5e655b13d6bc56c51ea50b8bcc7a125b064e2bc0 Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Wed, 6 Dec 2023 11:36:47 +0100 Subject: [PATCH] Test new folder --- .github/workflows/watcher.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index 3155c03a1b..500c574c3f 100644 --- a/.github/workflows/watcher.yml +++ b/.github/workflows/watcher.yml @@ -14,8 +14,8 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - ./.github/scripts/watch.sh snippets - ./.github/scripts/watch.sh guides + bash .github/scripts/watch.sh snippets + bash .github/scripts/watch.sh guides id: watcher continue-on-error: true - name: Send custom JSON data to Slack workflow