From 2fa8174106ac7f89bd741260c4adb49a439b64a6 Mon Sep 17 00:00:00 2001 From: Yamasaki-pan961 Date: Thu, 18 Jan 2024 19:09:40 +0900 Subject: [PATCH] fix: typo --- .github/workflows/check-lint-auto-approve.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-lint-auto-approve.yaml b/.github/workflows/check-lint-auto-approve.yaml index 0914b24..4560d60 100644 --- a/.github/workflows/check-lint-auto-approve.yaml +++ b/.github/workflows/check-lint-auto-approve.yaml @@ -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.