Skip to content

Commit c45feef

Browse files
committed
fix typo
1 parent fef525e commit c45feef

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)