Skip to content

Commit

Permalink
Update create_release_pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 6, 2024
1 parent d835ebc commit d4956e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/github/create_release_pull_request
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if [[ -z "$PR_NUMBER" ]]; then
# Extract the pull request number from the response.
PR_NUMBER=$(echo "$pull_request_response" | jq -r '.number')

# Set PR_NUMBER for Github Actions.
echo PR_NUMBER="$PR_NUMBER" >> "$GITHUB_OUTPUT"

# If there is an existing PR number, get the PR.
else
pull_request_response=$(curl --silent -H "Authorization: token $ACCESS_TOKEN" \
Expand Down

0 comments on commit d4956e6

Please sign in to comment.