From 67ecefe63e2413b457f48c6105f0d45690cbd177 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 21 Dec 2023 16:41:22 -0800 Subject: [PATCH] show debugging info --- .github/workflows/tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index b4b2569f1..70940a44b 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -82,7 +82,7 @@ jobs: - name: trigger sdk-development report build run: | - curl --silent --fail -H "Authorization: Bearer ${APP_TOKEN}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/TBD54566975/sdk-development/actions/workflows/build-report.yaml/dispatches --data '{"ref": "main"}' + curl --fail -i -H "Authorization: Bearer ${APP_TOKEN}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/TBD54566975/sdk-development/actions/workflows/build-report.yaml/dispatches --data '{"ref": "main"}' env: APP_TOKEN: ${{ steps.generate_token.outputs.token }}