Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bling-yshs committed Apr 20, 2024
1 parent 8a06c2b commit 3e534f1
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
#
# purge-jsdelivr-for-directory

## Project function
## Action function

Refresh the cache of jsdelivr for a folder in the current repository

## Usage

### Example

```yaml
name: refresh jsdelivr
run-name: 'refresh jsdelivr'
on:
push:
workflow_dispatch:

jobs:
refresh-jsdelivr:
runs-on: ubuntu-latest
steps:
- name: Purge jsDelivr cache
uses: bling-yshs/[email protected]
with:
path: |
rules
```
### Example repository
[custom-clash-rule](https://github.com/bling-yshs/custom-clash-rule)

0 comments on commit 3e534f1

Please sign in to comment.