From acdb5a8a9bdc7bcbde0112d229c1c856000f5139 Mon Sep 17 00:00:00 2001 From: mtweeman Date: Wed, 25 Sep 2024 14:19:37 +0200 Subject: [PATCH] fix: replace context with default var (#52) --- 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