Skip to content

Commit

Permalink
fixing healthcheck url var
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhayden authored Mar 21, 2024
1 parent a4f700d commit 60bf866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check the deployed service URL
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.ADLNET_STAGING_HOST }}
url: ${{ secrets.ADLNET_STAGING_LRS_HOST_URL }}
max-attempts: 10
retry-delay: 10s

Expand Down

0 comments on commit 60bf866

Please sign in to comment.