Skip to content

Commit 9837bc5

Browse files
authored
docs(readme): add GITHUB_REPO env in examples (#19)
1 parent 8b17108 commit 9837bc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
args: -vv --latest --strip header
7777
env:
7878
OUTPUT: CHANGES.md
79+
GITHUB_REPO: ${{ github.repository }}
7980

8081
# use release body in the same job
8182
- name: Upload the binary releases
@@ -123,6 +124,7 @@ jobs:
123124
args: --verbose
124125
env:
125126
OUTPUT: CHANGELOG.md
127+
GITHUB_REPO: ${{ github.repository }}
126128

127129
- name: Commit
128130
run: |

0 commit comments

Comments
 (0)