Commit d8950a8 1 parent 61cdd28 commit d8950a8 Copy full SHA for d8950a8
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Cloudflare's firewall
34
34
35
35
| Input | Description | Required | Default |
36
36
| ------------------------- | ------------------------------------------------------------ | -------- | -------------------------------------------- |
37
- | ` mode ` | single/list/github | false | github,list |
37
+ | ` mode ` | single/list/github | false | github |
38
38
| ` cf_zone_id ` | Cloudflare Zone ID | true | / |
39
39
| ` cf_api_token ` | Cloudflare API Token | true | / |
40
40
| ` cf_account_id ` | Cloudflare Account ID | true | / |
67
67
- name : Bypass Cloudflare for Github Action Pro
68
68
uses : snowdreamtech/bypass-cloudflare-for-github-action@v0.0.3
69
69
with :
70
- mode : ' github,list '
70
+ mode : ' github'
71
71
cf_account_id : ${{ secrets.CF_ACCOUNT_ID }}
72
72
cf_api_token : ${{ secrets.CF_API_TOKEN }}
73
73
cf_zone_id : ${{ secrets.CF_ZONE_ID }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
mode :
15
15
description : ' single/list/github'
16
16
required : false
17
- default : ' github,list '
17
+ default : ' github'
18
18
cf_zone_id :
19
19
description : ' Cloudflare Zone ID'
20
20
required : true
You can’t perform that action at this time.
0 commit comments