fix: do not check against PAT as it is not required
This commit is contained in:
parent
460f47d9b7
commit
00c054a748
@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
# Only commit built web project files on develop.
|
||||
- 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
|
||||
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user