Skip to content

Commit

Permalink
change path muffet chmod and execute calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Jan 13, 2025
1 parent 6f0f10b commit 48fcaf7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cron-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- name: Run Muffet link checker
shell: bash
run: |
cd .github/scripts/
chmod +x *muffet*
muffet.sh
chmod +x ./.github/scripts/*muffet*
./.github/scripts/muffet.sh
- name: Report errors to Slack, if any
if: ${{ github.ref == 'refs/heads/main' && failure() }}
Expand Down

0 comments on commit 48fcaf7

Please sign in to comment.