Skip to content

Commit 6a81c79

Browse files
website_health yml file updated
1 parent 157f229 commit 6a81c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/website_health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
go-version: 1.x
1919

2020
- name: Check Website Health
21-
run: go run main.go --site docfliq.com --maxretry 6
21+
run: go run main.go --site docfliq.com --maxretries 6

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
uses: actions/checkout@v2
3131

3232
- name: Run Websentry
33-
run: go run main.go ${{ inputs.website-url }} ${{ inputs.max-retries }} ${{ inputs.retry-interval }} ${{ inputs.request-timeout }}
33+
run: go run main.go --site ${{ inputs.website-url }} --maxretries ${{ inputs.max-retries }} --retryinterval ${{ inputs.retry-interval }} --requesttimeout ${{ inputs.request-timeout }}
3434

3535
branding:
3636
icon: 'activity'

0 commit comments

Comments
 (0)