Skip to content

Commit

Permalink
workflow: clear_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Feb 13, 2025
1 parent c45feef commit 2e455a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clear_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Clean jsDelivr Cache
run: |
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
# echo ${{ steps.changed_files.outputs.all }}
curl -sL --retry 3 "https://purge.jsdelivr.net/gh/vernesong/OpenClash@${{ github.ref_name }}/${file}"
done

0 comments on commit 2e455a5

Please sign in to comment.