Skip to content

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

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

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

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'
env:
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}