From 15f3a61de7c6d649c9b85cbcffc8c925d2f2a7e0 Mon Sep 17 00:00:00 2001 From: Stefen Allen Date: Thu, 22 Jun 2023 10:14:06 -0600 Subject: [PATCH] Adding redirects to curl --- .github/workflows/regsync-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regsync-config.yaml b/.github/workflows/regsync-config.yaml index e3ee4cc56d..2bb1f63576 100644 --- a/.github/workflows/regsync-config.yaml +++ b/.github/workflows/regsync-config.yaml @@ -29,7 +29,7 @@ jobs: - name: Install Regsync run: | - curl -o regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64 + curl --silent --fail --location --output regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64 chmod +x regsync - name: Sync Charts