File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
- name : Create Or Update PR
143
143
if : steps.check_changes.outputs.changes && success() && steps.findPR.outputs.number
144
144
run : |
145
- gh pr list --base feature/bevy-system-refactor --search "chore(codegen): update bevy bindings" --json number > prs.json
145
+ gh pr list --base ${{ github.ref }} --search "chore(codegen): update bevy bindings" --json number > prs.json
146
146
if [ $(jq '. | length' prs.json) -eq 0 ]; then
147
- gh pr create --title "chore(codegen): update bevy bindings" --body "This PR updates the bevy bindings for #${{ steps.findPR.outputs.number }}" --base ${{ github.ref }} --head ${{ env.BRANCH_NAME }} || true
148
- fi
147
+ gh pr create --title "chore(codegen): update bevy bindings" --body "This PR updates the bevy bindings for #${{ steps.findPR.outputs.number }}" --base ${{ github.ref }} --head ${{ env.CODEGEN_BRANCH_NAME }} || true
148
+ fi
You can’t perform that action at this time.
0 commit comments