fix: update workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user