mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Don't error if there are no changes to set tracking
This commit is contained in:
parent
78eb918835
commit
200e923fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -201,5 +201,5 @@ jobs:
|
|||
git config user.email github-actions@github.com
|
||||
# Stage the Set-implementation-list.md file, commit, then push
|
||||
git add ./wiki/*
|
||||
git commit -m "Update Set-implementation-list.md"
|
||||
git commit -m "Update Set-implementation-list.md" || exit 0
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue