Skip to content

Commit 5875d90

Browse files
Merge pull request #648 from containers/fixing-testing-framework
remove checkout with path so pathing is fixed
2 parents 5462be9 + a4bbf6c commit 5875d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout
4747
uses: actions/[email protected]
4848
with:
49-
path: main
49+
ref: 'main'
5050

5151
- name: Set up Python
5252
uses: actions/[email protected]

0 commit comments

Comments
 (0)