Skip to content

Commit b5b50ae

Browse files
committed
Update command
1 parent 6b9ec97 commit b5b50ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-oss-repos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
if: steps.cache-oss-repos.outputs.cache-hit != 'true'
1616
shell: bash
1717
run: |
18-
uv run gs codemod clone-repos --clean-cache
18+
uv run --frozen python -m tests.shared.codemod.commands clone-repos --clean-cache
1919
env:
2020
GITHUB_WORKSPACE: $GITHUB_WORKSPACE
2121
- name: Verify cache contents

0 commit comments

Comments
 (0)