Skip to content

Commit 66ccbe5

Browse files
committed
fix(ci): show diff in console
1 parent 072eb08 commit 66ccbe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-stores.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
then echo "UPDATE_FILE=F" | tee -a $GITHUB_ENV;
145145
else echo "UPDATE_FILE=T" | tee -a $GITHUB_ENV;
146146
fi
147+
diff ./merge-folder/store_types.json ./merge-folder/store_types.sav.json || true
147148
148149
# There are two different steps with a condition to check the PR_BRANCH env var
149150
# Both steps will contain a check for the UPDATE_FILE variable before running

0 commit comments

Comments
 (0)