Fix tiny typos and make README more readable
This commit is contained in:
parent
a691a85a18
commit
1a7f15bb0b
@ -4,7 +4,7 @@ This action purges cache for Tencent Cloud CDN via its Python SDK API.
|
|||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
To use this Github action, you need to set the following environment variable in your workflow:
|
To use this Github action, you need to set the following environment variables in your workflow:
|
||||||
|
|
||||||
| Name | Description | Required |
|
| Name | Description | Required |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
@ -17,9 +17,9 @@ To use this Github action, you need to set the following environment variable in
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
uses: keithnull/tencent-cloud-cdn-purge-cache@v1.0
|
uses: keithnull/tencent-cloud-cdn-purge-cache@v1.0
|
||||||
id: example
|
|
||||||
env:
|
env:
|
||||||
SECRET_ID: ${{ secrets.SECRET_ID}}
|
SECRET_ID: ${{ secrets.SECRET_ID}}
|
||||||
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
||||||
PATHS: "https://example.com/foo/,https://example.com/bar/"
|
PATHS: "https://example.com/foo/,https://example.com/bar/"
|
||||||
|
FLUSH_TYPE: "flush" # optional
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user