Skip to content

Commit

Permalink
use old --show-headers flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 18, 2024
1 parent 8e8091b commit f6a7d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/health-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:

- name: Curl jupyterhub login page
shell: bash
run: curl --insecure --show-headers 'https://${{ inputs.domain }}/hub/home'
run: curl --insecure --include 'https://${{ inputs.domain }}/hub/home'

0 comments on commit f6a7d92

Please sign in to comment.