Skip to content

Merge branch 'main' of github.com:GovCraft/ntangler #2

Merge branch 'main' of github.com:GovCraft/ntangler

Merge branch 'main' of github.com:GovCraft/ntangler #2

Workflow file for this run

name: ChangeLog generation
on:
workflow_dispatch:
push:
branches:
- main
jobs:
generate:
runs-on: "ubuntu-latest"
needs:

Check failure on line 11 in .github/workflows/changelog.yml

View workflow run for this annotation

GitHub Actions / ChangeLog generation

Invalid workflow file

The workflow is not valid. .github/workflows/changelog.yml (Line: 11, Col: 11): Unexpected value '' .github/workflows/changelog.yml (Line: 12, Col: 13): Unexpected value ''
outputs:
container:
services:
env:
continue-on-error:
concurrency:
environment:
defaults:
permissions:
name:
strategy:
if:
timeout-minutes: 360
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 22.3.0
cache: npm
- name: install gitchglog
run: wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
- name: unzip to current directory
run: tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz