Update json-master.yml

This commit is contained in:
stam 2021-01-17 03:22:06 +03:00
parent f97b89b215
commit dd5ac3f732

View File

@ -48,3 +48,7 @@ jobs:
commit_user_name: stamepicmorg # defaults to "GitHub Actions"
commit_user_email: stamepicmorg@users.noreply.github.com # defaults to "actions@github.com"
commit_author: stamepicmorg <stamepicmorg@users.noreply.github.com> # defaults to author of the commit that triggered the run
if: steps.auto-commit-action.outputs.changes_detected == 'false'
run: echo "No Changes!"
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Changes!"