Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamasaki-pan961 committed Jan 18, 2024
1 parent 0dcc044 commit 2fa8174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-lint-auto-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Run check_lint_rules_identity
run: dart run ${{ env.PROGRAM_DIR }}/bin/check_lint_rules_identity.dart ${{ env.DIFF_FILE }} lib
shell: bash
id: identiry
id: identity
continue-on-error: true

- name: Auto approve
uses: hmarr/auto-approve-action@v3
if: steps.identiry.outcome == 'success'
if: steps.identity.outcome == 'success'
with:
review-message: Approved. Because it is the same lint rule as the previous version.

0 comments on commit 2fa8174

Please sign in to comment.