From 68e1116cec33df6865b4413fdedf450224f63e9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:50:46 +0000 Subject: [PATCH] =?UTF-8?q?hato-bot=E3=81=AECI=E3=82=92=E5=8F=8D=E6=98=A0?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add-to-task-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-task-list.yml b/.github/workflows/add-to-task-list.yml index 36490abe6..583a4e073 100644 --- a/.github/workflows/add-to-task-list.yml +++ b/.github/workflows/add-to-task-list.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == github.event.pull_request.head.repo.full_name steps: - - uses: dev-hato/actions-add-to-projects@v0.0.50 + - uses: dev-hato/actions-add-to-projects@v0.0.49 with: github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}