From 1c221c1c6b19a526be9ff11165ec029585c0a922 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 30 Jan 2025 16:28:27 -0500 Subject: [PATCH] Experimenting --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index b965f4d..4e2acc8 100644 --- a/action.yml +++ b/action.yml @@ -95,6 +95,11 @@ runs: echo "error_name=$error_name" >> $GITHUB_OUTPUT echo "report_path=$report_path" >> $GITHUB_OUTPUT echo "chk_results=$chk_results" >> $GITHUB_OUTPUT + + chown -R runner:runner $report_path + + ls ./check_reports + ls shell: bash - name: Upload Artifact