Skip to content

fix missing arg

fix missing arg #184

Workflow file for this run

name: Update Changelog
on:
pull_request:
types: [ closed ]
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}