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 630f5f5 commit 0fdd658Copy full SHA for 0fdd658
.github/workflows/quality-checks.yml
@@ -357,7 +357,8 @@ jobs:
357
- name: Checkout .github folder from workflow repo
358
uses: actions/checkout@v5
359
with:
360
- repository: ${{ github.repository }}
+ repository: ${{ github.action_repository }}
361
+ ref: ${{ github.action_ref }}
362
path: .workflow-github
363
sparse-checkout: |
364
.github
@@ -414,7 +415,8 @@ jobs:
414
415
416
417
418
419
420
421
422
0 commit comments