Skip to content

Commit eb68bca

Browse files
committed
Use relative path in checkout action.
1 parent 02ec5a7 commit eb68bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fleximod_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
repository: ESMCI/git-fleximod
3737
ref: main
38-
path: $GITHUB_WORKSPACE/.lib/git-fleximod
38+
path: .lib/git-fleximod #Must use relative path here.
3939

4040
- name: create git-fleximod script
4141
run: |

0 commit comments

Comments
 (0)