Skip to content

bug fix: Remove error for testing sourcemaps (#2528) #1285

bug fix: Remove error for testing sourcemaps (#2528)

bug fix: Remove error for testing sourcemaps (#2528) #1285

name: 'Sync `staging` Branch'
# This workflow attempts to merge updates from `main` into the long-standing staging branch.
on:
push:
branches:
- main
workflow_dispatch:
concurrency: merge_main
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Sync `staging`
run: |
git config user.name github-actions
git config user.email [email protected]
git push origin --force main:staging