We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157f229 commit 6a81c79Copy full SHA for 6a81c79
.github/workflows/website_health.yml
@@ -18,4 +18,4 @@ jobs:
18
go-version: 1.x
19
20
- name: Check Website Health
21
- run: go run main.go --site docfliq.com --maxretry 6
+ run: go run main.go --site docfliq.com --maxretries 6
action.yml
@@ -30,7 +30,7 @@ runs:
30
uses: actions/checkout@v2
31
32
- name: Run Websentry
33
- run: go run main.go ${{ inputs.website-url }} ${{ inputs.max-retries }} ${{ inputs.retry-interval }} ${{ inputs.request-timeout }}
+ run: go run main.go --site ${{ inputs.website-url }} --maxretries ${{ inputs.max-retries }} --retryinterval ${{ inputs.retry-interval }} --requesttimeout ${{ inputs.request-timeout }}
34
35
branding:
36
icon: 'activity'
0 commit comments