From 9c071e6bed590ca0b53a706c2d01ad1c39faf659 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 10 Jul 2023 11:05:03 -0500 Subject: [PATCH] Reapply PR #63 for v2 --- action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/action.yml b/action.yml index d807537..d4c9a9f 100644 --- a/action.yml +++ b/action.yml @@ -21,9 +21,6 @@ runs: shell: sh if: runner.os == 'Linux' run: | - chmod -c -R +rX "$INPUT_PATH" | 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: | - chmod -v -R +rX "$INPUT_PATH" | while read line; do - echo "::warning title=Invalid file permissions automatically fixed::$line" - done gtar \ --dereference --hard-dereference \ --directory "$INPUT_PATH" \