Skip to content

Commit d8950a8

Browse files
committed
feat: change default mode to github
1 parent 61cdd28 commit d8950a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Cloudflare's firewall
3434

3535
| Input | Description | Required | Default |
3636
| ------------------------- | ------------------------------------------------------------ | -------- | -------------------------------------------- |
37-
| `mode` | single/list/github | false | github,list |
37+
| `mode` | single/list/github | false | github |
3838
| `cf_zone_id` | Cloudflare Zone ID | true | / |
3939
| `cf_api_token` | Cloudflare API Token | true | / |
4040
| `cf_account_id` | Cloudflare Account ID | true | / |
@@ -67,7 +67,7 @@ jobs:
6767
- name: Bypass Cloudflare for Github Action Pro
6868
uses: snowdreamtech/bypass-cloudflare-for-github-action@v0.0.3
6969
with:
70-
mode: 'github,list'
70+
mode: 'github'
7171
cf_account_id: ${{ secrets.CF_ACCOUNT_ID }}
7272
cf_api_token: ${{ secrets.CF_API_TOKEN }}
7373
cf_zone_id: ${{ secrets.CF_ZONE_ID }}

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
mode:
1515
description: 'single/list/github'
1616
required: false
17-
default: 'github,list'
17+
default: 'github'
1818
cf_zone_id:
1919
description: 'Cloudflare Zone ID'
2020
required: true

0 commit comments

Comments
 (0)