mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-14 23:57:56 +03:00
Update json-master.yml
This commit is contained in:
parent
4181701d35
commit
a9aa314cfd
4
.github/workflows/json-master.yml
vendored
4
.github/workflows/json-master.yml
vendored
@ -43,11 +43,11 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: "Run if changes have been detected"
|
- 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!"
|
run: echo "Changes!"
|
||||||
|
|
||||||
- name: "Run if no changes have been detected"
|
- 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!"
|
run: echo "No Changes!"
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user