Merge pull request #90 from JSchmie/pyproject.toml

fixed strin instead of value
This commit is contained in:
Jacob Schmieder
2024-05-21 13:38:40 +02:00
committed by GitHub
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
branch: 'main'
- name: Checkout Repository (Develop)
uses: actions/checkout@v4
if: github.ref == "refs/heads/develop"
if: github.ref == 'refs/heads/develop'
with:
fetch-depth: '0'
branch: 'develop'