Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Apr 21, 2024
1 parent 0b64cf3 commit d38ce03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintainers/scripts/check-cherry-picks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [ "$GITHUB_ACTIONS" = 'true' ] && [ "$has_warning" != '0' ] ; then
EOF

HEAD_SHA="$2" curl -L \
HEAD_SHA="$2" EXTERNAL_ID="$RANDOM" curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
Expand All @@ -149,6 +149,7 @@ EOF
name: "cherry-picks-warrant-inspection",
status: "completed",
conclusion: "neutral",
external_id: env.EXTERNAL_ID,
details_url: env.SELF_RUN_URL,
head_sha: env.HEAD_SHA,
output: {
Expand Down

0 comments on commit d38ce03

Please sign in to comment.