From 6de1c7ae49fa27f72e71ede5e410f7bff8071ebd Mon Sep 17 00:00:00 2001 From: Jess Bees Date: Tue, 15 Nov 2022 10:18:49 -0500 Subject: [PATCH] Fix the mac shell script --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 083ef58..9d1d147 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: shell: sh if: runner.os == 'macOS' run: | - for f in $(chmod -v -R +r) + for f in $(chmod -v -R +r .) do echo "::warning::Added read permission to $f" done