Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SyncOnCommit always return false in API of push_mirrors (#23088) #23100

Merged
merged 2 commits into from
Feb 24, 2023

Commits on Feb 23, 2023

  1. Fix SyncOnCommit always return false in API of push_mirrors (go-gitea…

    …#23088)
    
    Fix: go-gitea#22990
    
    ---
    Before, the return value of the api is always false,regrardless of
    whether the entry of `sync_on_commit` is true or false.
    I have confirmed that the value of `sync_on_commit` dropped into the
    database is correct.
    So, I think it is enough to make some small changes.
    sillyguodong authored and yardenshoham committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c368664 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    4cd72b7 View commit details
    Browse the repository at this point in the history