We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ddc0f commit fd1e397Copy full SHA for fd1e397
action.yml
@@ -24,7 +24,7 @@ runs:
24
id: update
25
run: |
26
set -e
27
- RESPONSE=$(curl -s -w "\n%{http_code}" -X POST "http://cloud.layer5.io/api/academy/${{ inputs.orgId }}/update/${{ inputs.version }}" \
+ RESPONSE=$(curl -s -w "\n%{http_code}" -X POST "https://cloud.layer5.io/api/academy/${{ inputs.orgId }}/update/${{ inputs.version }}" \
28
-H "Authorization: Bearer ${{ inputs.token }}" \
29
-H "Content-Type: application/json")
30
0 commit comments