We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9ec97 commit b5b50aeCopy full SHA for b5b50ae
.github/actions/setup-oss-repos/action.yml
@@ -15,7 +15,7 @@ runs:
15
if: steps.cache-oss-repos.outputs.cache-hit != 'true'
16
shell: bash
17
run: |
18
- uv run gs codemod clone-repos --clean-cache
+ uv run --frozen python -m tests.shared.codemod.commands clone-repos --clean-cache
19
env:
20
GITHUB_WORKSPACE: $GITHUB_WORKSPACE
21
- name: Verify cache contents
0 commit comments