Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yykamei/actions-update-changelog
This is a composite GitHub Actions for my projects; it's responsible for creating a changelog.
https://github.com/yykamei/actions-update-changelog
github-actions
Last synced: 19 days ago
JSON representation
This is a composite GitHub Actions for my projects; it's responsible for creating a changelog.
- Host: GitHub
- URL: https://github.com/yykamei/actions-update-changelog
- Owner: yykamei
- License: mit
- Created: 2021-08-26T05:23:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:49:58.000Z (4 months ago)
- Last Synced: 2024-10-22T05:09:17.567Z (2 months ago)
- Topics: github-actions
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions-update-changelog
This is a composite GitHub Actions for my projects
```yaml
on:
push:
branches:
- main
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: yykamei/actions-update-changelog@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
```