1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-26 07:49:41 +03:00

docs(website): add GITHUB_REPO variable to GitHub action (#597)

This commit is contained in:
Clément Nussbaumer 2024-04-09 15:53:45 +02:00 committed by GitHub
parent 9864780056
commit 3b742548cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ It is possible to generate changelogs using [GitHub Actions](https://github.com/
args: --verbose
env:
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}
```
See the [repository](https://github.com/orhun/git-cliff-action) for other [examples](https://github.com/orhun/git-cliff-action#examples).