Skip to content

Commit

Permalink
remove api/ctc
Browse files Browse the repository at this point in the history
  • Loading branch information
angeldcampbell committed Apr 16, 2024
1 parent f3e6499 commit 2150cff
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 @@ -19,7 +19,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 "STATUS_CODE=$CODE" >> $GITHUB_ENV
echo "Response status code is $CODE."
Expand Down

0 comments on commit 2150cff

Please sign in to comment.