Skip to content

Commit 78c8c56

Browse files
committed
fix output destination
1 parent e8c2578 commit 78c8c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
python "${{ github.action_path }}/action.py" "${{ inputs.inputs }}"
7878
7979
if [[ "${GHA_PIP_AUDIT_SUMMARY}" = "true" ]]; then
80-
echo "markdown-summary=$(<${GITHUB_STEP_SUMMARY})" >> ${GITHUB_ENV}
80+
echo "markdown-summary=$(<${GITHUB_STEP_SUMMARY})" >> ${GITHUB_OUTPUT}
8181
fi
8282
env:
8383
GHA_PIP_AUDIT_SUMMARY: "${{ inputs.summary }}"

0 commit comments

Comments
 (0)