This commit is contained in:
Moritz Utcke
2025-04-28 16:52:41 -03:00
parent 10bc17963a
commit 272b044157

View File

@@ -33,7 +33,7 @@ jobs:
exit 1
fi
- name: Create or update PR from stagingmain
- name: Checkout auto-merge/staging-to-main
if: steps.check.outcome == 'success'
id: cpr
run: |
@@ -47,6 +47,7 @@ jobs:
git push origin auto-merge/staging-to-main
# Create the pull request using the GitHub Action
- name: Create PR from staging → main
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}