diff options
author | Hailey <me@haileyok.com> | 2024-05-06 20:13:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 20:13:12 -0700 |
commit | 790a9c4fadc631f8c70285c144f5c6fea28ebd26 (patch) | |
tree | ff91b9ba942b3f76dc67ce84d335b5bf8e236b94 /.easignore | |
parent | 92f6665f93842e00008babd74df51a0973252f64 (diff) | |
download | voidsky-790a9c4fadc631f8c70285c144f5c6fea28ebd26.tar.zst |
fix bad bool check in action (#3885)
* fix bad bool check in action * add `fetch-depth` so we can get the commit hash * `.env` should be in `.easignore` 🙃
Diffstat (limited to '.easignore')
-rw-r--r-- | .easignore | 3 |
1 files changed, 1 insertions, 2 deletions
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 |