Browse Source

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

pull/3228/head
Gabe Kangas 2 years ago
parent
commit
00c054a748
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      .github/workflows/javascript-format-build.yml

2
.github/workflows/javascript-format-build.yml

@ -147,7 +147,7 @@ jobs: @@ -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…
Cancel
Save