We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ad429 commit 758a13bCopy full SHA for 758a13b
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- run: cat output1.txt
38
- run: grep -q 'IS_PRERELEASE=true' output1.txt
39
- - run: grep -q 'VERSION="1.0a1"' output1.txt
+ - run: grep -q 'VERSION=1.0a1' output1.txt
40
41
- run: echo "VERSION = '1.1.1'" > foobar/version.py
42
- run: >
@@ -53,7 +53,7 @@ jobs:
53
54
- run: cat output2.txt
55
- run: grep -q 'IS_PRERELEASE=false' output2.txt
56
- - run: grep -q 'VERSION="1.1.1"' output2.txt
+ - run: grep -q 'VERSION=1.1.1' output2.txt
57
58
test-action:
59
runs-on: ubuntu-latest
0 commit comments