From 790a9c4fadc631f8c70285c144f5c6fea28ebd26 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 6 May 2024 20:13:12 -0700 Subject: fix bad bool check in action (#3885) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix bad bool check in action * add `fetch-depth` so we can get the commit hash * `.env` should be in `.easignore` 🙃 --- .easignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.easignore') diff --git a/.easignore b/.easignore index 29fc4124b..95d14f78b 100644 --- a/.easignore +++ b/.easignore @@ -95,8 +95,7 @@ web-build/ /ios/ # environment variables -.env .env.* # Firebase (Android) Google services -# INCLUDED: google-services.json \ No newline at end of file +# INCLUDED: google-services.json -- cgit 1.4.1