Skip to content

update workflows

update workflows #4

Workflow file for this run

name: Pull Request
on: push
jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:

Check failure on line 7 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: create pull request
run: gh pr create -B base_branch -H branch_to_merge --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}