From 94286a5cd891df09ecc512690370b35143d350f7 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Wed, 6 Sep 2023 10:19:40 +0200 Subject: [PATCH] Trigger build --- .github/workflows/build-rhel7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rhel7.yml b/.github/workflows/build-rhel7.yml index 8d45a46..41478f6 100644 --- a/.github/workflows/build-rhel7.yml +++ b/.github/workflows/build-rhel7.yml @@ -102,5 +102,5 @@ jobs: with: name: daqingest-${{ steps.daqingest_version_set.outputs.daqingest_version }}-amd64-rhel7 path: ${{steps.wdset.outputs.gh}}/build/daqingest/target/release/daqingest - - run: "curl -o rel.json -L -H 'accept:application/vnd.github+json' -H 'authorization:Bearer ${{secrets.github_token}}' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/paulscherrerinstitute/daqingest/releases" + - run: "curl -v -o rel.json -L -H 'accept:application/vnd.github+json' -H 'authorization:Bearer ${{secrets.github_token}}' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/paulscherrerinstitute/daqingest/releases" - run: cat rel.json