Skip to content

Commit

Permalink
Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 6, 2023
1 parent e7147e9 commit 4802a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/watch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Set the path to the snippets folder
WATCHER_PATH=$1 $2
WATCHER_PATH=$1
ERROR_FOUND=0

# Find all files in the snippets folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
./.github/scripts/watch.sh ${{ inputs.path }}
./.github/scripts/watch.sh 'snippets guides'
id: watcher
continue-on-error: true
- name: Send custom JSON data to Slack workflow
Expand Down

0 comments on commit 4802a2b

Please sign in to comment.