We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2578 commit 78c8c56Copy full SHA for 78c8c56
action.yml
@@ -77,7 +77,7 @@ runs:
77
python "${{ github.action_path }}/action.py" "${{ inputs.inputs }}"
78
79
if [[ "${GHA_PIP_AUDIT_SUMMARY}" = "true" ]]; then
80
- echo "markdown-summary=$(<${GITHUB_STEP_SUMMARY})" >> ${GITHUB_ENV}
+ echo "markdown-summary=$(<${GITHUB_STEP_SUMMARY})" >> ${GITHUB_OUTPUT}
81
fi
82
env:
83
GHA_PIP_AUDIT_SUMMARY: "${{ inputs.summary }}"
0 commit comments