Skip to content

Commit

Permalink
test: selector
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Mar 19, 2024
1 parent 7579146 commit 54427ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "deno version",
"runs-on": "ubuntu-latest",
"outputs": {
"deno_version": "${{steps.0.outputs.deno_version}}"
"deno_version": "${{steps[0].outputs.deno_version}}"
},
"steps": [{
"id": "0",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: deno version
runs-on: ubuntu-latest
outputs:
deno_version: ${{steps.0.outputs.deno_version}}
deno_version: ${{steps[0].outputs.deno_version}}
steps:
- id: "0"
name: fetch deno latest version
Expand Down

0 comments on commit 54427ba

Please sign in to comment.