Skip to content
name: Create Release Task
on:
workflow_dispatch:
inputs:
release_capatain:
description: "Release Captain"
required: true
qa_capatain:
description: "QA Captain"
required: true
jobs:
create-release-task:
runs-on: ubuntu-latest
env:

Check failure on line 16 in .github/workflows/create-release-task.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create-release-task.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
: longhorn
GITHUB_REPO: longhorn
GITHUB_PROJECT: Longhorn Sprint
steps:
- uses: actions/checkout@v3
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_CAPTAIN: ${{ github.event.inputs.release_capatain }}
QA_CAPTAIN: ${{ github.event.inputs.qa_capatain }}
with:
filename: .github/ISSUE_TEMPLATE/release.md