This commit is contained in:
simurai 2021-09-28 17:29:26 +09:00
parent 31c47d818f
commit 42c5cdf17e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
# this action may not work as expected.
comment-token: 'diff'
script: |
diff=$(for file in themes/**/*.json
diff=$(for file in themes/*.json
do
# using `2> /dev/null || true` here to suppress errors because,
# in this case, differences are not errors