fixed strin instead of value

This commit is contained in:
Schmieder, Jacob
2024-05-21 11:38:16 +00:00
parent ea216a2625
commit a49e72f488
+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'