Skip to content

Commit

Permalink
docs(readme): add GITHUB_REPO env in examples (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss authored Apr 9, 2024
1 parent 8b17108 commit 9837bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
args: --verbose
env:
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}

- name: Commit
run: |
Expand Down

0 comments on commit 9837bc5

Please sign in to comment.