Skip to content

Commit

Permalink
Fixed wrong hypen location in GitHub validate PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Oct 12, 2023
1 parent 00bf9f4 commit 547aa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-python@v4
- with:
with:
python-version: ${{ matrix.version }}
run: python --version
- run: python --version

0 comments on commit 547aa45

Please sign in to comment.