WIP
This commit is contained in:
parent
25e6f0b17d
commit
eef5f33ea3
9
.github/workflows/git-auto-commit.yml
vendored
9
.github/workflows/git-auto-commit.yml
vendored
@ -13,5 +13,10 @@ jobs:
|
|||||||
id: "auto-commit-action"
|
id: "auto-commit-action"
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
||||||
- name: "outputs"
|
- name: "no changes detected"
|
||||||
run: "echo \"${{ steps.auto-commit-action.outputs.changes_detected }}\""
|
if: steps.auto-commit-action.outputs.changes_detected == false
|
||||||
|
run: "echo \"No changes detected\""
|
||||||
|
|
||||||
|
- name: "changes detected"
|
||||||
|
if: steps.auto-commit-action.outputs.changes_detected == true
|
||||||
|
run: "echo \"Changes detected\""
|
||||||
|
Loading…
Reference in New Issue
Block a user