We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748dc71 commit 074894dCopy full SHA for 074894d
.github/workflows/publish.yaml
@@ -347,6 +347,7 @@ jobs:
347
if [[ "${RESPONSE_CODE}" == 201 ]]; then
348
PULL_REQUEST_URL=$(jq --raw-output .html_url <"${RESPONSE_BODY}")
349
echo "Created pull request ${PULL_REQUEST_URL}"
350
+ echo "${PULL_REQUEST_URL}" >> $GITHUB_STEP_SUMMARY
351
elif [[ "${RESPONSE_CODE}" == 422 && "$(jq -r ".errors[0].message" <"${RESPONSE_BODY}")" == *"already exists"* ]]; then
352
echo "A pull request for branch ${BRANCH} on ${REGISTRY_FORK} already exists."
353
else
0 commit comments