Skip to content

Commit 2e88e1f

Browse files
committed
ci: add checkout step to auto-assign workflow
Included `actions/checkout@v4` to ensure the repository code is available during workflow execution.
1 parent be810b4 commit 2e88e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
assign:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/checkout@v4
1516
- uses: kentaro-m/[email protected]
1617
with:
1718
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)