Skip to content

SST-57 Added Stripe payments ui and logic for checkout client #4337

SST-57 Added Stripe payments ui and logic for checkout client

SST-57 Added Stripe payments ui and logic for checkout client #4337

Workflow file for this run

on:
push:
branches-ignore:
- main
tags-ignore:
- *

Check failure on line 6 in .github/workflows/new-branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/new-branch.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: pull-request
uses: repo-sync/[email protected]
with:
destination_branch: "main"
pr_title: ${GITHUB_REF##*/}
pr_draft: true
pr_allow_empty: false
github_token: ${{ secrets.GITHUB_TOKEN }}