From e047e46824e3e590dc5bfac5bdb746f9d92c56a7 Mon Sep 17 00:00:00 2001 From: mtweeman Date: Thu, 19 Sep 2024 22:08:00 +0200 Subject: [PATCH] fix: replace context with default var --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c89987a..de53538 100644 --- a/action.yml +++ b/action.yml @@ -190,7 +190,7 @@ runs: if: ${{ inputs.atmos-pro-upload == 'false' && steps.affected.outputs.affected == '[]' }} shell: bash run: |- - cat ${{ github.action_path }}/assets/summary.md >> $GITHUB_STEP_SUMMARY + cat "${GITHUB_ACTION_PATH}/assets/summary.md" >> $GITHUB_STEP_SUMMARY - uses: cloudposse/github-action-matrix-extended@v0 id: matrix