mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-27 07:05:31 +03:00
Update json-master.yml
This commit is contained in:
parent
faae0466ad
commit
4181701d35
4
.github/workflows/json-master.yml
vendored
4
.github/workflows/json-master.yml
vendored
@ -43,11 +43,11 @@ jobs:
|
||||
cd ..
|
||||
|
||||
- name: "Run if changes have been detected"
|
||||
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
||||
if: if: ${{ steps.commit.outputs.changes_detected }} == "true"
|
||||
run: echo "Changes!"
|
||||
|
||||
- name: "Run if no changes have been detected"
|
||||
if: steps.auto-commit-action.outputs.changes_detected == 'false'
|
||||
if: if: ${{ steps.commit.outputs.changes_detected }} == "false"
|
||||
run: echo "No Changes!"
|
||||
|
||||
- name: Commit changes
|
||||
|
Loading…
Reference in New Issue
Block a user