Skip to content

Commit 723d1b2

Browse files
committed
fix path to clean
1 parent 5cd3afc commit 723d1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: "Clean workdir before checkout"
2525
run: |
26-
sudo rm -rf $RUNNER_WORKSPACE/_work/*
26+
sudo rm -rf $GITHUB_WORKSPACE/* || true
2727
- name: Checkout code
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
with:

0 commit comments

Comments
 (0)