Skip to content

Commit b296f85

Browse files
committed
Fixes repo name
1 parent 3cbf546 commit b296f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-smart-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Apply the changeset
106106
env:
107107
GH_BOT_TOKEN: ${{secrets.YARNBOT_TOKEN}}
108-
GH_REPO_NAME: ${{github.event.repository.full_name}}
108+
GH_REPO_NAME: ${{github.event.pull_request.head.repo.full_name}}
109109
GH_HEAD_REF: ${{github.event.pull_request.head.ref}}
110110
run: |
111111
git config user.name "Yarn Bot"

0 commit comments

Comments
 (0)