From b7858d07645e96f5af1e84f11f6cc07c4753ddcc Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Thu, 24 Oct 2024 14:14:09 -0700 Subject: [PATCH] Fixes to get job running --- .github/workflows/ctc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctc.yml b/.github/workflows/ctc.yml index b9592e5657..ddba434410 100644 --- a/.github/workflows/ctc.yml +++ b/.github/workflows/ctc.yml @@ -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 }}` + ${{ secrets.TPS_API_URL_PARAM }}/api/ctc` echo "STATUS_CODE=$CODE" >> $GITHUB_ENV echo "Response status code is $CODE."