Skip to content

Commit

Permalink
LUDOS-203-6: Use correct variable name when sending build status
Browse files Browse the repository at this point in the history
  • Loading branch information
anttu committed Jul 5, 2024
1 parent c5d087d commit d48bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ runs:
-H "AUTH_TOKEN: ${{ inputs.api_key }}" \
-H "Content-Type: application/json" \
-X PUT \
https://radiator.continuous-services.services/api/v2/buildstatus/ludos/ludos-deploy-${{ inputs.env }} \
https://radiator.continuous-services.services/api/v2/buildstatus/ludos/ludos-deploy-${{ inputs.environment }} \
-d "{\"status\": \"${{ inputs.status }}\"}"

0 comments on commit d48bfce

Please sign in to comment.