From 35bd9c3d09af357e787487ab00805391d278b15b Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Sat, 1 Jun 2024 17:54:12 +0200 Subject: [PATCH] Verbose version of curl --- .github/workflows/unitdb-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unitdb-update.yaml b/.github/workflows/unitdb-update.yaml index b6da7ef151..033369863a 100644 --- a/.github/workflows/unitdb-update.yaml +++ b/.github/workflows/unitdb-update.yaml @@ -33,5 +33,5 @@ jobs: steps: - name: Send post request to the server run: | - curl -X POST https://unitdb.faforever.com/update.php?version=deploy/faf&token=${{secrets.UNITDB_UPGRADE_SECRET}} + curl -X POST https://unitdb.faforever.com/update.php?version=deploy/faf&token=${{secrets.UNITDB_UPGRADE_SECRET}} --fail-early -v \ No newline at end of file