You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Make issue meta dropdown support Enter, confirm before reloading (go-gitea#23014)
Fix SyncOnCommit always return false in API of push_mirrors (go-gitea#23088)
Fix commit name in Apply Patch page (go-gitea#23086)
Add wrapper to author to avoid long name ui problem (go-gitea#23030)
Avoid Hugo from adding quote to actions url (go-gitea#23097)
Remove all package data after tests (go-gitea#22984)
Change style to improve whitespaces trimming inside inline markdown code (go-gitea#23093)
Nest metadata in refactoring docs (go-gitea#23087)
# Conflicts:
# templates/repo/issue/view_content/context_menu.tmpl
-`DEFAULT_ACTIONS_URL`: **https://gitea.com**: Default address to get action plugins, e.g. the default value means downloading from "https://gitea.com/actions/checkout" for "uses: actions/checkout@v3"
1339
+
-`DEFAULT_ACTIONS_URL`: **https://gitea.com**: Default address to get action plugins, e.g. the default value means downloading from "<https://gitea.com/actions/checkout>" for "uses: actions/checkout@v3"
1340
1340
1341
1341
`DEFAULT_ACTIONS_URL` indicates where should we find the relative path action plugin. i.e. when use an action in a workflow file like
0 commit comments