Skip to content

Commit

Permalink
fix: typo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamada-Ika committed Jul 30, 2024
1 parent 1a26ef5 commit 38aa92c
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 38aa92c

Please sign in to comment.