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 9fe72ce commit 5957f41Copy full SHA for 5957f41
.github/workflows/assigner.yml
@@ -30,6 +30,10 @@ jobs:
30
steps:
31
- name: Check out source code
32
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
37
38
- name: Set up Python
39
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
0 commit comments