Skip to content

Commit

Permalink
fix: replace context with default var (#52) (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: mtweeman <[email protected]>
  • Loading branch information
goruha and mtweeman authored Sep 25, 2024
1 parent 6f9caa7 commit 79cdb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79cdb81

Please sign in to comment.