From 25e6f0b17d34386fce2a2231133e5fded773bb1c Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 3 Mar 2020 21:00:40 +0100 Subject: [PATCH] Echo changes_detected in workflow --- .github/workflows/git-auto-commit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/git-auto-commit.yml b/.github/workflows/git-auto-commit.yml index 269320d..d21103c 100644 --- a/.github/workflows/git-auto-commit.yml +++ b/.github/workflows/git-auto-commit.yml @@ -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 }}\""