Skip to content

Commit 721e8d4

Browse files
authored
debug (#17)
1 parent 359dafb commit 721e8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
--data-urlencode "page=1" \
152152
"$API_URL" > audit.json
153153
154-
cat audit.json >> $GITHUB_OUTPUT
154+
cat audit.json >> $GITHUB_STEP_SUMMARY
155155
156156
# APPROVER=$(jq -r --arg run_id "$WORKFLOW_RUN_ID" '
157157
# map(select(.workflow_run_id | tostring == $run_id))

0 commit comments

Comments
 (0)