Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include folder
  • Loading branch information
Yoann Chaudet committed Dec 8, 2022
1 parent 79d3b41 commit 386aa88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -17,7 +17,7 @@ runs:
shell: sh
if: runner.os == 'Linux'
run: |
chmod -c -R +r . | while read line; do
chmod -c -R +rX . | while read line; do
echo "::warning title=Changed permissions on a file::$line"
done
tar \
Expand All @@ -35,7 +35,7 @@ runs:
shell: sh
if: runner.os == 'macOS'
run: |
chmod -v -R +r . | while read line; do
chmod -v -R +rX . | while read line; do
echo "::warning title=Changed permissions on a file::$line"
done
gtar \
Expand Down

0 comments on commit 386aa88

Please sign in to comment.