Skip to content

Commit c1d1142

Browse files
authored
GH Action: switch to folded style for cmd_param list
1 parent b1c0747 commit c1d1142

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build-internal-contrib.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ jobs:
6262
uses: ruzickap/action-my-broken-link-checker@v2
6363
with:
6464
url: "https://${{ steps.preview_step.outputs.preview_url }}"
65-
cmd_params: "--buffer-size=8192 --skip-tls-verification --timeout=60
66-
--rate-limit=30 --color=always --exclude docs/ --exclude=docs/files/
67-
--exclude=files/TrueNASCollection.vssx --exclude=update.freenas.org
68-
--exclude=microsoft.com --exclude=oracle.com --exclude=amazon.com
69-
--exclude=apple.com --exclude=fastmail.com --exclude=linode.com
70-
--exclude=community.openvpn.net --exclude=tools.ietf.org
71-
--exclude=github.com --exclude=freebsd.org
72-
--exclude=jira.ixsystems.com --exclude=linkedin.com
73-
--exclude=googletagmanager.com --exclude=youtube.com
74-
--exclude=vmware.com --exclude=cyberciti.biz
75-
--exclude=truenas-documentation-deploy.surge.sh --exclude=tc2api.html
76-
--exclude=/docs/images/tn-openstorage-logo.png
77-
--exclude=https://www.backblaze.com/
78-
--exclude=https://discord.com/invite/Q3St5fPETd
79-
--exclude=https://www.veeam.com/documentation-guides-datasheets.html
65+
cmd_params: >
66+
"--buffer-size=8192 --skip-tls-verification --timeout=60 --rate-limit=30 --color=always --exclude docs/ --exclude=docs/files/
67+
--exclude=files/TrueNASCollection.vssx --exclude=update.freenas.org
68+
--exclude=microsoft.com --exclude=oracle.com --exclude=amazon.com
69+
--exclude=apple.com --exclude=fastmail.com --exclude=linode.com
70+
--exclude=community.openvpn.net --exclude=tools.ietf.org
71+
--exclude=github.com --exclude=freebsd.org
72+
--exclude=jira.ixsystems.com --exclude=linkedin.com
73+
--exclude=googletagmanager.com --exclude=youtube.com
74+
--exclude=vmware.com --exclude=cyberciti.biz
75+
--exclude=truenas-documentation-deploy.surge.sh --exclude=tc2api.html
76+
--exclude=/docs/images/tn-openstorage-logo.png
77+
--exclude=https://www.backblaze.com/
78+
--exclude=https://discord.com/invite/Q3St5fPETd
79+
--exclude=https://www.veeam.com/documentation-guides-datasheets.html"
8080
run_timeout: 300
8181
debug: true

0 commit comments

Comments
 (0)