Skip to content

Commit

Permalink
Fixes repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Mar 7, 2022
1 parent 3cbf546 commit b296f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-smart-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Apply the changeset
env:
GH_BOT_TOKEN: ${{secrets.YARNBOT_TOKEN}}
GH_REPO_NAME: ${{github.event.repository.full_name}}
GH_REPO_NAME: ${{github.event.pull_request.head.repo.full_name}}
GH_HEAD_REF: ${{github.event.pull_request.head.ref}}
run: |
git config user.name "Yarn Bot"
Expand Down

0 comments on commit b296f85

Please sign in to comment.