We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c4166 commit 44955bfCopy full SHA for 44955bf
.github/workflows/pretty-fix.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
with:
23
- repository: ${{ github.event.pull_request.head.repo.name}}
+ repository: "${{ github.event.pull_request.user.login }}/${{ github.event.pull_request.head.repo.name}}"
24
ref: ${{ github.event.pull_request.head.sha }}
25
26
- name: Set up Node.js
0 commit comments