From 6da341731876a726371f8c04f36affc72fc76380 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 8 Dec 2022 14:48:49 -0800 Subject: [PATCH] Wording --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 78b6815..c7198bb 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: if: runner.os == 'Linux' run: | chmod -c -R +rX . | while read line; do - echo "::warning title=Changed permissions on a file::$line" + echo "::warning title=Invalid file permissions automatically fixed::$line" done tar \ --dereference --hard-dereference \ @@ -36,7 +36,7 @@ runs: if: runner.os == 'macOS' run: | chmod -v -R +rX . | while read line; do - echo "::warning title=Changed permissions on a file::$line" + echo "::warning title=Invalid file permissions automatically fixed::$line" done gtar \ --dereference --hard-dereference \