mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-10 20:21:17 +00:00
Exit without failure if nothing to commit
This commit is contained in:
2
.github/workflows/post-dependabot.yml
vendored
2
.github/workflows/post-dependabot.yml
vendored
@@ -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