From db8cac01aeed53760f686dcbdf52da25c91d6e9b Mon Sep 17 00:00:00 2001 From: Sarani Mendis Date: Tue, 24 Sep 2024 11:26:51 +0530 Subject: [PATCH] Update add_link_checker.yml --- .github/workflows/add_link_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_link_checker.yml b/.github/workflows/add_link_checker.yml index 933dcd76fc3..3b50afb6edd 100644 --- a/.github/workflows/add_link_checker.yml +++ b/.github/workflows/add_link_checker.yml @@ -26,7 +26,7 @@ jobs: env: DEPLOYMENT: ${{ inputs.deployment }} run: | - npm install --global @deptagency/octopus + npm install --global @deptagency/octopus@latest URL=https://$DEPLOYMENT/ echo "Checking links in $URL"