Skip to content

Commit

Permalink
Update the TPS URL consistently with the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 24, 2024
1 parent 2150cff commit 5300d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-H "Content-Type: application/json" \
-H "Authorization: Token ${{ secrets.TPS_API_TOKEN_PARAM }}" \
-d '{"lock": {"sha": "${{ github.sha }}", "app_id": "${{ secrets.TPS_API_APP_ID }}"}}' \
${{ secrets.TPS_API_URL_PARAM }}/api/ctc`
${{ secrets.TPS_API_URL_PARAM }}`
echo "Response status code is $CODE"
if [ $CODE == "409" ]
Expand Down

0 comments on commit 5300d41

Please sign in to comment.