Update json-master.yml

This commit is contained in:
stam 2021-01-17 03:27:08 +03:00
parent 4181701d35
commit a9aa314cfd

View File

@ -43,11 +43,11 @@ jobs:
cd ..
- name: "Run if changes have been detected"
if: if: ${{ steps.commit.outputs.changes_detected }} == "true"
if: ${{ steps.commit.outputs.changes_detected }} == "true"
run: echo "Changes!"
- name: "Run if no changes have been detected"
if: if: ${{ steps.commit.outputs.changes_detected }} == "false"
if: ${{ steps.commit.outputs.changes_detected }} == "false"
run: echo "No Changes!"
- name: Commit changes