File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,17 @@ jobs:
151151 --data-urlencode "page=1" \
152152 "$API_URL" > audit.json
153153
154- APPROVER=$(jq -r --arg run_id "$WORKFLOW_RUN_ID" '
155- map(select(.workflow_run_id | tostring == $run_id))
156- | sort_by(.created_at)
157- | reverse
158- | .[0].actor // "unknown"
159- ' audit.json)
160-
161- echo "Approver: $APPROVER"
162- echo "approver=$APPROVER" >> $GITHUB_OUTPUT
154+ cat audit.json >> $GITHUB_OUTPUT
155+
156+ # APPROVER=$(jq -r --arg run_id "$WORKFLOW_RUN_ID" '
157+ # map(select(.workflow_run_id | tostring == $run_id))
158+ # | sort_by(.created_at)
159+ # | reverse
160+ # | .[0].actor // "unknown"
161+ # ' audit.json)
162+ #
163+ # echo "Approver: $APPROVER"
164+ # echo "approver=$APPROVER" >> $GITHUB_OUTPUT
163165
164166
165167 semver-tag :
You can’t perform that action at this time.
0 commit comments