Skip to content

Commit

Permalink
Merge pull request #180 from DroidKaigi/yamada-ika/fix-gha-3
Browse files Browse the repository at this point in the history
fixed typo in version of actions/github-script
  • Loading branch information
Yamada-Ika authored Jul 30, 2024
2 parents 1a26ef5 + 38aa92c commit 3d1b972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage-app-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-app-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d1b972

Please sign in to comment.