Echo changes_detected in workflow
This commit is contained in:
parent
ae885f5d8c
commit
25e6f0b17d
4
.github/workflows/git-auto-commit.yml
vendored
4
.github/workflows/git-auto-commit.yml
vendored
@ -10,4 +10,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use git-auto-commit-action
|
||||
id: "auto-commit-action"
|
||||
uses: ./
|
||||
|
||||
- name: "outputs"
|
||||
run: "echo \"${{ steps.auto-commit-action.outputs.changes_detected }}\""
|
||||
|
Loading…
Reference in New Issue
Block a user