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