Skip to content

Commit ce49102

Browse files
committed
Remove unnecessary checkout step - workflow only needs API calls
1 parent 6fb94b5 commit ce49102

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/issue_comp_link-issue-to-pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
GH_TOKEN: ${{ github.token }}
3535

3636
steps:
37-
- name: Checkout code
38-
uses: actions/checkout@v4
39-
with:
40-
fetch-depth: 0
41-
4237
- name: Debug workflow inputs
4338
run: |
4439
echo "PR Branch: ${{ inputs.pr_branch }}"

0 commit comments

Comments
 (0)