Skip to content

Commit 075f052

Browse files
authored
Fix rm -rf (#7312)
1 parent 8fefc80 commit 075f052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
fetch-depth: 2
215215
- name: Clean ya cache
216216
shell: bash
217-
run: rm -rf ./.ya
217+
run: rm -rf ~/.ya
218218
- name: Setup ydb access
219219
uses: ./.github/actions/setup_ci_ydb_service_account_key_file_credentials
220220
with:

0 commit comments

Comments
 (0)