mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 22:56:49 +08:00
ci: pretty fix fix attempt
This commit is contained in:
parent
b7c4166ab6
commit
44955bf750
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pretty-fix.yml
vendored
2
.github/workflows/pretty-fix.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.event.pull_request.head.repo.name}}
|
||||
repository: "${{ github.event.pull_request.user.login }}/${{ github.event.pull_request.head.repo.name}}"
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Set up Node.js
|
||||
|
|
Loading…
Add table
Reference in a new issue