diff --git a/.github/workflows/free-test.yaml b/.github/workflows/free-test.yaml index 1a0c1242..75048786 100644 --- a/.github/workflows/free-test.yaml +++ b/.github/workflows/free-test.yaml @@ -6,7 +6,7 @@ on: jobs: run_free_test: - if: github.event.issue.pull_request == null && startsWith(github.event.comment.body, '```text:freetest') && github.event.comment.user.login == 'YuukiToriyama____' + if: github.event.issue.pull_request == null && startsWith(github.event.comment.body, '```text:freetest') && github.event.comment.user.login == 'YuukiToriyama' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4