skip white spaces and quotes in version regexp
This commit is contained in:
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -47,3 +47,17 @@ jobs:
|
||||
|
||||
- name: Check diff
|
||||
run: git diff
|
||||
|
||||
quoted_version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
id: depup
|
||||
with:
|
||||
file: testdata/testfile
|
||||
version_name: POETRY_VERSION
|
||||
repo: python-poetry/poetry
|
||||
|
||||
- name: Check diff
|
||||
run: git diff
|
||||
|
||||
Reference in New Issue
Block a user