Skip to content

Create blank.yml

Create blank.yml #6

Workflow file for this run

name: Automate issue creation with Actions and gh CLI

Check failure on line 1 in .github/workflows/create-issue.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create-issue.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
on:
workflow-dispatch:
env:
GH_TOKEN: ${{ github.token }}
jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Create issue using gh CLI
run: gh issue create --title "New issue title" --body "Issue body"