From df40112f116814643c1855a4cbc1eaf1a9b3dd8d Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:57:23 -0600 Subject: [PATCH] fix: update workflow --- .github/workflows/lint_test_format.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 7ffa4d5..fa3396a 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -32,8 +32,11 @@ jobs: message: 'fix: resolve linter errors' committer_name: GitHub Actions committer_email: actions@github.com + - name: test + run: echo ${{ steps.commit.outputs.committed }} outputs: committed: ${{ steps.commit.outputs.committed }} + run: echo test: needs: lint if: needs.lint.outputs.committed == false