mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
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"
|
||||
uses: ./
|
||||
|
||||
- name: "outputs"
|
||||
run: "echo \"${{ steps.auto-commit-action.outputs.changes_detected }}\""
|
||||
- name: "no 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