From 2150cff0b2b51377f8e2949f981d92a843c39294 Mon Sep 17 00:00:00 2001 From: Angel Campbell Date: Tue, 16 Apr 2024 14:45:19 -0700 Subject: [PATCH] remove api/ctc --- .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 ddba434410..b9592e5657 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 }}/api/ctc` + ${{ secrets.TPS_API_URL_PARAM }}` echo "STATUS_CODE=$CODE" >> $GITHUB_ENV echo "Response status code is $CODE."