Update json-master.yml

This commit is contained in:
stam 2021-01-17 03:03:09 +03:00
parent a2fe4446de
commit 15e4808ed5

View File

@ -41,7 +41,11 @@ jobs:
ls -las
./update.sh
cd ..
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply changes
- name: "Run if changes have been detected"
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Changes!"