Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 16 commits into from
Jan 2, 2024
Merged
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Shipyard Linear Action'
description: 'Execute Linear automations from GitHub Actions.'

inputs:
command:
type: string
description: 'Name of subcommand to execute.'
required: true
on_create_branch:
type: string
description: 'Branch for on_create_branch command.'
required: false

runs:
using: 'node20'
main: 'dist/index.js'
Loading