Skip to content

Commit c61a50d

Browse files
committed
ci: Adding awk call for removing polluted output
1 parent 1009884 commit c61a50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
FLUX_TOKEN: ${{ secrets.FLUX_TOKEN }}
6565
FLUX_WEBHOOK_URL: ${{ secrets.FLUX_WEBHOOK_URL }}
6666
run: |
67-
curl --disable --silent --show-error --location --max-time 30 --header "X-Signature: sha1=$(printf "{}" | openssl dgst -sha1 -r -hmac "${FLUX_TOKEN}")" --data "{}" "${FLUX_WEBHOOK_URL}"
67+
curl --disable --silent --show-error --location --max-time 30 --header "X-Signature: sha1=$(printf "{}" | openssl dgst -sha1 -r -hmac "${FLUX_TOKEN}"| awk '{print $1}')" --data "{}" "${FLUX_WEBHOOK_URL}"
6868
- name: GoReport
6969
run: |
7070
curl --disable --silent --show-error --location --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}

0 commit comments

Comments
 (0)