Skip to content

Commit 2e455a5

Browse files
committed
workflow: clear_cache
1 parent c45feef commit 2e455a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clear_cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Clean jsDelivr Cache
3737
run: |
38-
echo ${{ steps.changed_files.outputs.added_modified }} | jq -r '.[]' | while read file; do
38+
echo '${{ steps.changed_files.outputs.added_modified }}' | jq -r '.[]' | while read file; do
3939
# echo ${{ steps.changed_files.outputs.all }}
4040
curl -sL --retry 3 "https://purge.jsdelivr.net/gh/vernesong/OpenClash@${{ github.ref_name }}/${file}"
4141
done

0 commit comments

Comments
 (0)