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 44955bf commit a94a6dbCopy full SHA for a94a6db
.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.user.login }}/${{ github.event.pull_request.head.repo.name}}"
+ repository: ${{ github.event.pull_request.head.repo.full_name}}
24
ref: ${{ github.event.pull_request.head.sha }}
25
26
- name: Set up Node.js
0 commit comments