We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d4377 + 7390744 commit b27b6afCopy full SHA for b27b6af
action.yml
@@ -21,8 +21,8 @@ runs:
21
shell: sh
22
if: runner.os == 'Linux'
23
run: |
24
- chmod -c -R +r . | while read line; do
25
- echo "::warning title=Changed permissions on a file::$line"
+ chmod -c -R +rX . | while read line; do
+ echo "::warning title=Invalid file permissions automatically fixed::$line"
26
done
27
tar \
28
--dereference --hard-dereference \
@@ -39,8 +39,8 @@ runs:
39
40
if: runner.os == 'macOS'
41
42
- chmod -v -R +r . | while read line; do
43
+ chmod -v -R +rX . | while read line; do
44
45
gtar \
46
0 commit comments