diff --git a/.github/workflows/check_urls.yml b/.github/workflows/check_urls.yml index ec945120c..37a78ce5c 100644 --- a/.github/workflows/check_urls.yml +++ b/.github/workflows/check_urls.yml @@ -11,6 +11,9 @@ jobs: - name: urls-checker uses: urlstechie/urlchecker-action@master with: + # A subfolder or path to navigate to in the present or cloned repository + subfolder: BALSAMIC/constants + # A comma-separated list of file types to cover in the URL checks file_types: .py @@ -22,6 +25,3 @@ jobs: # How many times to retry a failed request (each is logged, defaults to 1) retry_count: 3 - - # choose if the force pass or not - force_pass : false