Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 6, 2024
1 parent dfd25f2 commit 726c46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ jobs:
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${{ github.repository }}/pulls \
-d '{
"title": "chore: sync release v${{ needs.prepare.outputs.r_version }} to $MAIN_BRANCH",
"title": "chore: sync release v${{ needs.prepare.outputs.r_version }} to ${MAIN_BRANCH}",
"head": "${{ needs.prepare.outputs.rc_branch }}",
"base": "$MAIN_BRANCH",
"base": "${MAIN_BRANCH}",
"body": "This PR was created by GitHub Actions"
}'
Expand Down

0 comments on commit 726c46f

Please sign in to comment.