Skip to content

Commit fd1e397

Browse files
authored
Update action.yml
Signed-off-by: Aabid Sofi <[email protected]>
1 parent 61ddc0f commit fd1e397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
id: update
2525
run: |
2626
set -e
27-
RESPONSE=$(curl -s -w "\n%{http_code}" -X POST "http://cloud.layer5.io/api/academy/${{ inputs.orgId }}/update/${{ inputs.version }}" \
27+
RESPONSE=$(curl -s -w "\n%{http_code}" -X POST "https://cloud.layer5.io/api/academy/${{ inputs.orgId }}/update/${{ inputs.version }}" \
2828
-H "Authorization: Bearer ${{ inputs.token }}" \
2929
-H "Content-Type: application/json")
3030

0 commit comments

Comments
 (0)