Skip to content

Commit 0fdd658

Browse files
committed
use action locations
1 parent 630f5f5 commit 0fdd658

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/quality-checks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ jobs:
357357
- name: Checkout .github folder from workflow repo
358358
uses: actions/checkout@v5
359359
with:
360-
repository: ${{ github.repository }}
360+
repository: ${{ github.action_repository }}
361+
ref: ${{ github.action_ref }}
361362
path: .workflow-github
362363
sparse-checkout: |
363364
.github
@@ -414,7 +415,8 @@ jobs:
414415
- name: Checkout .github folder from workflow repo
415416
uses: actions/checkout@v5
416417
with:
417-
repository: ${{ github.repository }}
418+
repository: ${{ github.action_repository }}
419+
ref: ${{ github.action_ref }}
418420
path: .workflow-github
419421
sparse-checkout: |
420422
.github

0 commit comments

Comments
 (0)