Doing a git checkout (actions/checkout@v4) inside aworkflow_callthatneedsanother job raises an authentication error. It can be reproduced using the following nested workflow. Workflow to reproduce the error #.gitea/workflows/main.yamlname:testrun-name:teston:workflow_dispatch:push:branches: -main...
docker pull git.foobar.myhost.tld/foobar/foobar-dev:latest Now, adding a service (without credentials) to the action, results in credentials for the main container being empty: name:Build Projecton:[push]jobs:build_and_deploy:runs-on:ubuntu-latestcontainer:image:git.foobar.myhost.tld/foobar/f...
Action Description Disable Shuts off the connection between the integrated project and the VCS repository. The configuration is not changed and can be enabled at any time. Edit Opens the integration settings dialog in the sidebar for the selected project and repository. ...
旧版gitconfig 引用系统级/etc/gitconfig和用户级$HOME/.gitconfig。 新版gitconfig 引用系统级/etc/gitconfig和内部{[git].HOME_PATH}/.gitconfig。 如果您为 Gitea 自定义了 gitconfig,则应将这些自定义配置文件添加到{[git].HOME_PATH}/.gitconfig。 位于用户主目录中的其他相关配置文件,例如$HOME/.gnupg...
Checkctx.Written()forGetActionIssue(#25698) (#25711) Fix position of org follow button (#25688) (#25692) Fix the nil pointer when assigning issues to projects (#25665) (#25677) Log the real reason when authentication fails (but don't show the user) (#25414) (#25660) ...
Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380) Refactor: TotalTimes return seconds (#25370) Navbar styling rework (#25343) Introduce shared template for search inputs (#25338) Only show 'Manage Account Links' when necessary (#25311) ...
Use for a repo action one database transaction (#19576) Simplify loops to copy (#19569) Added X-Mailer header to outgoing emails (#19562) use middleware to open gitRepo (#19559) Mute link in diff header (#19556) Improve UI on mobile (#19546) ...
Prevent webhook action buttons from shifting (#16087) Change default TMPDIR path in rootless containers (#16077) Fix typo and add TODO notice (#16064) Use git log name-status in get last commit (#16059) Fix 500 Error with branch and tag sharing the same name (#16040) Fix get tag whe...
// Action response for actions to a repository func Action(ctx *context.Context) { var err error switch ctx.Params(":action") { case "watch": err = models.WatchRepo(ctx.User.ID, ctx.Repo.Repository.ID, true) case "unwatch": err = models.WatchRepo(ctx.User.ID, ctx.Repo...
Use for a repo action one database transaction (#19576) Simplify loops to copy (#19569) Added X-Mailer header to outgoing emails (#19562) use middleware to open gitRepo (#19559) Mute link in diff header (#19556) Improve UI on mobile (#19546) ...