We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef525e commit c45feefCopy full SHA for c45feef
.github/workflows/clear_cache.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Clean jsDelivr Cache
37
run: |
38
- echo "${{ steps.changed_files.outputs.added_modified }}" | jq -r '.[]' | while read file; do
+ echo ${{ steps.changed_files.outputs.added_modified }} | jq -r '.[]' | while read file; do
39
# echo ${{ steps.changed_files.outputs.all }}
40
curl -sL --retry 3 "https://purge.jsdelivr.net/gh/vernesong/OpenClash@${{ github.ref_name }}/${file}"
41
done
0 commit comments