Skip to content

SST-49 fix: path to attribute on orm and client #4323

SST-49 fix: path to attribute on orm and client

SST-49 fix: path to attribute on orm and client #4323

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 }}