fix: do not check against PAT as it is not required
This commit is contained in:
@@ -147,7 +147,7 @@ jobs:
|
|||||||
|
|
||||||
# Only commit built web project files on develop.
|
# Only commit built web project files on develop.
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
if: ${{ github.ref == 'refs/heads/develop' && env.GH_CR_PAT != null }}
|
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user