Skip to content

debug changelog?

debug changelog? #226

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
release:

Check failure on line 4 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 4, Col: 3): The workflow must contain at least one job with no dependencies.
name: Create Release
runs-on: ubuntu-20.04
needs: [debian, amzn]
steps:
- uses: actions/checkout@v3
- name: CHANGELOG Entry
id: changelog_reader
uses: mindsers/[email protected]
with:
validation_level: warn
version: ${{ github.event.inputs.version }}
path: ./CHANGELOG.md