From 987db6f9ae8aee22a466d9be82ab3207a53fc62b Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Wed, 4 Dec 2024 02:20:06 -0600 Subject: [PATCH] Use component_slug for CTC check (#337) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 980da34..9b3430f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: -H "ACCEPT: application/json" \ -H "Content-Type: application/json" \ -H "Authorization: Token ${{ secrets.TPS_TOKEN }}" \ - -d '{"lock": {"sha": "${{ github.sha }}", "component_name": "${{ vars.tps_component }}"}}' \ + -d '{"lock": {"sha": "${{ github.sha }}", "component_slug": "${{ vars.tps_component }}"}}' \ "${{ secrets.TPS_CTC_API_URL }}" promote-tags: