Exit without failure if nothing to commit

This commit is contained in:
Tyler Dixon
2025-03-28 13:49:29 +00:00
parent c51d0ded86
commit cc696180af

View File

@@ -35,5 +35,5 @@ jobs:
git config --global user.name 'dependabot[bot]'
git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'
git add .
git commit -m "Update licensed cache and dist/ directory"
git commit -m "Update licensed cache and dist/ directory" || exit 0
git push