fix: update workflow

This commit is contained in:
Stevan Freeborn
2023-02-20 12:57:23 -06:00
parent 7a9e1dcf70
commit df40112f11
+3
View File
@@ -32,8 +32,11 @@ jobs:
message: 'fix: resolve linter errors' message: 'fix: resolve linter errors'
committer_name: GitHub Actions committer_name: GitHub Actions
committer_email: actions@github.com committer_email: actions@github.com
- name: test
run: echo ${{ steps.commit.outputs.committed }}
outputs: outputs:
committed: ${{ steps.commit.outputs.committed }} committed: ${{ steps.commit.outputs.committed }}
run: echo
test: test:
needs: lint needs: lint
if: needs.lint.outputs.committed == false if: needs.lint.outputs.committed == false