Skip to content

Commit 08a9554

Browse files
Remove ref parameter from checkout action (#964)
Remove parameter to match https://github.com/linode/linode-cloud-controller-manager/blob/main/.github/workflows/pr-labeler.yml
1 parent 214b63c commit 08a9554

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23-
ref: ${{ github.event.pull_request.head.sha }}
2423
- name: Label PR
2524
uses: release-drafter/release-drafter@v6
2625
with:

0 commit comments

Comments
 (0)