We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3801f commit 30797f0Copy full SHA for 30797f0
.github/workflows/hash-files.yml
@@ -66,9 +66,8 @@ jobs:
66
cd ./wasp-data
67
git config --global user.name "Wasp Bot"
68
git config --global user.email "[email protected]"
69
- if [[ -n "$(git status --porcelain finders/items/data/hash.txt finders/items/masks.zip jsons/gear.json '*.hash')" ]]; then
+ if [[ -n "$(git status --porcelain finders/items/data/hash.txt jsons/gear.json '*.hash')" ]]; then
70
git add finders/items/data/hash.txt
71
- git add finders/items/masks.zip
72
git add jsons/gear.json
73
git add '*.hash'
74
CURRENT_DATE=$(date +'%Y.%m.%d')
0 commit comments