Skip to content

Commit

Permalink
fix: fix typo (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Dec 29, 2023
1 parent 5a34f16 commit ca5988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wc-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
plan:
name: "plan (${{matrix.target.target}})"
runs-on: ${{fromJSON(matrix.target.runs-on)}}
runs-on: ${{fromJSON(matrix.target.runs_on)}}
permissions:
id-token: write # For OIDC
contents: read # To checkout private repositories
Expand Down

0 comments on commit ca5988c

Please sign in to comment.