Skip to content

Commit

Permalink
Merge pull request #1218 from qstokkink/upd_validation_realv2
Browse files Browse the repository at this point in the history
Fixed wrong hypen location in GitHub validate PR action
  • Loading branch information
qstokkink authored Oct 12, 2023
2 parents 00bf9f4 + 547aa45 commit 1f7c91b
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 1f7c91b

Please sign in to comment.