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 072eb08 commit 66ccbe5Copy full SHA for 66ccbe5
.github/workflows/update-stores.yml
@@ -144,6 +144,7 @@ jobs:
144
then echo "UPDATE_FILE=F" | tee -a $GITHUB_ENV;
145
else echo "UPDATE_FILE=T" | tee -a $GITHUB_ENV;
146
fi
147
+ diff ./merge-folder/store_types.json ./merge-folder/store_types.sav.json || true
148
149
# There are two different steps with a condition to check the PR_BRANCH env var
150
# Both steps will contain a check for the UPDATE_FILE variable before running
0 commit comments