Skip to content

Commit 5957f41

Browse files
committed
sha
Signed-off-by: Anas Nashif <[email protected]>
1 parent 9fe72ce commit 5957f41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/assigner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
steps:
3131
- name: Check out source code
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
with:
34+
ref: ${{ github.event.pull_request.head.sha }}
35+
fetch-depth: 0
36+
persist-credentials: false
3337

3438
- name: Set up Python
3539
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0

0 commit comments

Comments
 (0)