mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
docs(readme): add GITHUB_REPO env in examples (#19)
This commit is contained in:
committed by
GitHub
parent
8b17108aad
commit
9837bc50d0
@@ -76,6 +76,7 @@ jobs:
|
||||
args: -vv --latest --strip header
|
||||
env:
|
||||
OUTPUT: CHANGES.md
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
|
||||
# use release body in the same job
|
||||
- name: Upload the binary releases
|
||||
@@ -123,6 +124,7 @@ jobs:
|
||||
args: --verbose
|
||||
env:
|
||||
OUTPUT: CHANGELOG.md
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
|
||||
- name: Commit
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user