Skip to content

Update Main from Staging #5

Update Main from Staging

Update Main from Staging #5

Workflow file for this run

name: Create production promotion pull request
on:
push:
branches:
- staging
workflow_dispatch: # Allows manual triggering
jobs:
productionPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Reset promotion branch
run: |
git fetch origin staging
git reset --hard main
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: sync-staging-to-main