Skip to content

Commit b4c04b1

Browse files
Remove unnecessary path specification in checkout step of build workflow
1 parent d7ce4b1 commit b4c04b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
with:
24-
path: example-application
2524
persist-credentials: false
2625

2726
- name: Set up Python

0 commit comments

Comments
 (0)