Skip to content

tech: Add ProductCard variant with discount code (#4755) #5003

tech: Add ProductCard variant with discount code (#4755)

tech: Add ProductCard variant with discount code (#4755) #5003

Workflow file for this run

name: Sync Back to Staging
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync-branches:
timeout-minutes: 15
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# otherwise, there would be errors pushing refs to the destination repository.
fetch-depth: 0
- name: Sync branches
run: |
git push --force-with-lease origin HEAD:staging