chore(ci): remove debug logging from poll-upstream dispatch
All checks were successful
poll-upstream / check (push) Successful in 1s
All checks were successful
poll-upstream / check (push) Successful in 1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -45,9 +45,7 @@ jobs:
|
|||||||
- name: Trigger build workflow
|
- name: Trigger build workflow
|
||||||
if: steps.published.outputs.already_built == 'false'
|
if: steps.published.outputs.already_built == 'false'
|
||||||
run: |
|
run: |
|
||||||
echo "Dispatching build for tag: ${{ steps.upstream.outputs.tag }}"
|
curl --fail --silent --show-error --location \
|
||||||
echo "URL: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}/actions/workflows/build-release.yml/dispatches"
|
|
||||||
curl --silent --show-error --location \
|
|
||||||
--request POST \
|
--request POST \
|
||||||
--header "Authorization: token ${{ secrets.DISPATCH_TOKEN }}" \
|
--header "Authorization: token ${{ secrets.DISPATCH_TOKEN }}" \
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
|
|||||||
Reference in New Issue
Block a user