Skip to content

Commit

Permalink
Revert "fix: fix typo (#2248)"
Browse files Browse the repository at this point in the history
This reverts commit ca5988c.
  • Loading branch information
suzuki-shunsuke authored Dec 29, 2023
1 parent ca5988c commit 054b404
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 054b404

Please sign in to comment.