Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Jul 16, 2023
1 parent cd61829 commit 02bdea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./
Expand Down

0 comments on commit 02bdea5

Please sign in to comment.