0

fix: do not check against PAT as it is not required

This commit is contained in:
Gabe Kangas 2023-07-31 12:02:19 -07:00
parent 460f47d9b7
commit 00c054a748
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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: