Skip to content

Commit d60b5e5

Browse files
committed
fix submod
1 parent d50a953 commit d60b5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Get submodule hash
8787
id: submodule-hash
8888
run: |
89-
echo "::set-output name=key::$(git ls-tree HEAD lib/vscode)"
89+
echo "::set-output name=key::$(git ls-tree HEAD lib/vscode --object-only)"
9090
9191
- name: Fetch submodule from cache
9292
id: cache-submodule

0 commit comments

Comments
 (0)