Skip to content

Commit

Permalink
Use component_slug for CTC check (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored Dec 4, 2024
1 parent 64ed39f commit 987db6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 987db6f

Please sign in to comment.