diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index 6339dd9ecf..67f8cf13b6 100644 --- a/.github/workflows/watcher.yml +++ b/.github/workflows/watcher.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - bash .github/scripts/watch.sh ${{ github.event.inputs.path }} + ./.github/scripts/watch.sh ${{ inputs.path }} id: watcher continue-on-error: true - name: Send custom JSON data to Slack workflow