change update to silent curl

This commit is contained in:
Umputun
2022-02-11 12:00:55 -06:00
parent 9bae155e79
commit 9d8985e616
+1 -1
View File
@@ -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}