Merge pull request #90 from JSchmie/pyproject.toml
fixed strin instead of value
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
|||||||
branch: 'main'
|
branch: 'main'
|
||||||
- name: Checkout Repository (Develop)
|
- name: Checkout Repository (Develop)
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
if: github.ref == "refs/heads/develop"
|
if: github.ref == 'refs/heads/develop'
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
branch: 'develop'
|
branch: 'develop'
|
||||||
|
|||||||
Reference in New Issue
Block a user