Skip to content

Commit

Permalink
Reduce line length.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 2, 2022
1 parent 4a45c4a commit b5820dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
git-checkout-ref: ${{ matrix.git-checkout-ref }}
origin-python-version: ${{ matrix.origin-python-version }}
pre-test-cmd: ${{ matrix.pre-test-cmd }}
pull-request-change-detection: ${{ matrix.pull-request-change-detection || 'false' }}
pull-request-change-detection: >-
${{ matrix.pull-request-change-detection || 'false' }}
target: ${{ matrix.target }}
target-python-version: ${{ matrix.target-python-version }}
testing-type: ${{ matrix.testing-type }}
Expand Down

0 comments on commit b5820dc

Please sign in to comment.