From 303aa42b721d9325f5773dec5bf510dc91b651fa Mon Sep 17 00:00:00 2001 From: Yuuki Toriyama Date: Sat, 10 Feb 2024 18:17:06 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"update:=20=E3=83=95=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E6=A9=9F=E8=83=BD=E3=81=AE=E4=BB=95?= =?UTF-8?q?=E6=A7=98=E5=A4=89=E6=9B=B4:=20YuukiToriyama=E4=BB=A5=E5=A4=96?= =?UTF-8?q?=E3=81=AE=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E3=81=8C=E3=82=B3?= =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=83=88=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=83=95=E3=83=AA=E3=83=BC=E3=83=86=E3=82=B9=E3=83=88=E3=81=8C?= =?UTF-8?q?=E5=8B=95=E3=81=8B=E3=81=AA=E3=81=84=E3=81=93=E3=81=A8=E3=81=AE?= =?UTF-8?q?=E7=A2=BA=E8=AA=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ff79b6a1e53815c25fcc3796582b4f1d719fba68. --- .github/workflows/free-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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