From 828e0985b09e0c8f2419c51f33099c8c9d13e158 Mon Sep 17 00:00:00 2001 From: "Mr. Singleton" Date: Mon, 6 Nov 2023 07:36:37 -0500 Subject: [PATCH] github actions fix sanity backup action --- .github/workflows/sanity-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-backup.yml b/.github/workflows/sanity-backup.yml index f5e6ace2..5b2acbf0 100644 --- a/.github/workflows/sanity-backup.yml +++ b/.github/workflows/sanity-backup.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: | cd sanityIo - npm install + npm --force install set -e # Put your environment variables here. Don't forget # to create secrets for them on GitHub: