Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
SummonR7000P committed Mar 31, 2023
1 parent c9f101a commit 3cfbfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/getSites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Crawling site
run: |
chmod -v +X getSites.sh
chmod -v +x getSites.sh
./getSites.sh
echo "CRAWL_END_DATE=$(date '+%F-%H.%M.%S')" >> $GITHUB_ENV
Expand Down

0 comments on commit 3cfbfe3

Please sign in to comment.