Skip to content

Commit aca06dc

Browse files
authored
Fix checkout
1 parent fe650c1 commit aca06dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34-
repository: Team865/scouting-app-865
34+
with:
35+
repository: Team865/scouting-app-865
3536
- name: Detect package manager
3637
id: detect-package-manager
3738
run: |

0 commit comments

Comments
 (0)