Update action.yml

This commit is contained in:
Fabian Aguilar Gomez
2023-06-15 12:37:17 -05:00
committed by GitHub
parent 2642ae83d2
commit dd7005653b

View File

@@ -21,9 +21,6 @@ runs:
shell: sh
if: runner.os == 'Linux'
run: |
while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
tar \
--dereference --hard-dereference \
--directory "$INPUT_PATH" \
@@ -39,9 +36,6 @@ runs:
shell: sh
if: runner.os == 'macOS'
run: |
while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
gtar \
--dereference --hard-dereference \
--directory "$INPUT_PATH" \