From 9d8985e616fd265ef49823f1437eb28b2fba26ad Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 11 Feb 2022 12:00:55 -0600 Subject: [PATCH] change update to silent curl --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ef77a8b7..df65b219 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -82,4 +82,4 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} env: UPDATER_KEY: ${{ secrets.UPDATER_KEY }} - run: curl https://jess.umputun.com/update/remark42-core/${UPDATER_KEY} + run: curl -s https://jess.umputun.com/update/remark42-core/${UPDATER_KEY}