skip white spaces and quotes in version regexp

This commit is contained in:
Łukasz Skarżyński
2020-11-25 12:19:08 +01:00
parent a04b4ce256
commit 4d5f0e24c7
3 changed files with 19 additions and 2 deletions

View File

@@ -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