Skip to content

Add file .github/workflows/on-create-branch.yml #8

Add file .github/workflows/on-create-branch.yml

Add file .github/workflows/on-create-branch.yml #8

on:
pull_request:
jobs:
on_create_branch:
name: On Create Branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
command: on-create-branch
on_create_branch: 'new-branch-2'
secrets: 'inherit'

Check failure on line 14 in .github/workflows/on_create_branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_create_branch.yml

Invalid workflow file

The workflow is not valid. .github/workflows/on_create_branch.yml (Line: 14, Col: 9): Unexpected value 'secrets'