From 38aa92c1300fc567a5b3d0473319b80387899c7d Mon Sep 17 00:00:00 2001 From: Yamada_Ika <73375669+Yamada-Ika@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:16:24 +0900 Subject: [PATCH] fix: typo version --- .github/workflows/stage-app-pull-request.yml | 4 ++-- .github/workflows/stage-app-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stage-app-pull-request.yml b/.github/workflows/stage-app-pull-request.yml index 8323d34ac..ede798ec1 100644 --- a/.github/workflows/stage-app-pull-request.yml +++ b/.github/workflows/stage-app-pull-request.yml @@ -30,7 +30,7 @@ jobs: repository: droidkaigi/conference-app-2024 ref: gh-actions path: gh-actions - - uses: actions/github-script@7 + - uses: actions/github-script@v7 id: get-pr with: script: | @@ -51,7 +51,7 @@ jobs: } else { return pulls[0] } - - uses: actions/github-script@7 + - uses: actions/github-script@v7 id: get-artifact-id if: steps.get-pr.outputs.result != '[halt]' with: diff --git a/.github/workflows/stage-app-push.yml b/.github/workflows/stage-app-push.yml index 1afca08c7..b67a382ec 100644 --- a/.github/workflows/stage-app-push.yml +++ b/.github/workflows/stage-app-push.yml @@ -28,7 +28,7 @@ jobs: repository: droidkaigi/conference-app-2024 ref: gh-actions path: gh-actions - - uses: actions/github-script@7 + - uses: actions/github-script@v7 id: get-artifact-id with: result-encoding: string