From 186dc92b800a75360ffb34b167c0f251319ee214 Mon Sep 17 00:00:00 2001 From: Ivan Trubach Date: Sun, 26 Jan 2025 07:05:26 +0300 Subject: [PATCH] fix: update CI workflows --- .github/workflows/deploy.yaml | 5 ++--- .github/workflows/installer.yaml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cdd621b..89b0c9d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v28 with: extra_nix_config: "extra-experimental-features = nix-command flakes" @@ -62,8 +62,7 @@ jobs: sudo apt-get install -y cloudflare-warp warp-cli --accept-tos registration new warp-cli --accept-tos connect - sleep 1 && echo - curl -i https://cloudflare.com/cdn-cgi/trace + curl --include --retry 10 --retry-delay 1 --retry-all-errors https://cloudflare.com/cdn-cgi/trace - name: Switch configuration run: | diff --git a/.github/workflows/installer.yaml b/.github/workflows/installer.yaml index 7fd2685..2fa2b39 100644 --- a/.github/workflows/installer.yaml +++ b/.github/workflows/installer.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v28 with: extra_nix_config: "extra-experimental-features = nix-command flakes" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 435e052..3ec712f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v28 with: extra_nix_config: "extra-experimental-features = nix-command flakes"