Exit without failure if nothing to commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user