1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-09 13:26:04 +00:00
gitea/docs/content/usage/actions
Giteabot 1987c86f3c
Fix URL In Gitea Actions Badge Docs (#31191) (#31198)
Backport #31191 by @TheBrokenRail

The example URL given in the documentation leads to a 404.

For instance,
`https://your-gitea-instance.com/{owner}/{repo}/actions/workflows/{workflow_file}?branch={branch}&event={event}`
translates to
`https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/actions/workflows/build.yml`,
which is a 404.

I had to check the [linked GitHub
docs](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge)
to learn that you have to add `/badge.svg` to the URL.

Example:
https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/actions/workflows/build.yml/badge.svg

Co-authored-by: TheBrokenRail <17478432+TheBrokenRail@users.noreply.github.com>
2024-05-31 21:08:04 +08:00
..
act-runner.en-us.md Update actions variables documents (#30394) 2024-04-11 11:57:03 +08:00
act-runner.zh-cn.md Update actions variables documents (#30394) 2024-04-11 11:57:03 +08:00
badge.en-us.md Fix URL In Gitea Actions Badge Docs (#31191) (#31198) 2024-05-31 21:08:04 +08:00
comparison.en-us.md Update Actions documentation missing feature (#31034) (#31048) 2024-05-22 15:04:40 +00:00
comparison.zh-cn.md Update Actions documentation missing feature (#31034) (#31048) 2024-05-22 15:04:40 +00:00
design.en-us.md Fix actions design about default actions download url (#30360) 2024-04-09 16:39:38 +00:00
design.zh-cn.md Fix actions design about default actions download url (#30360) 2024-04-09 16:39:38 +00:00
faq.en-us.md Update docs about DEFAULT_ACTIONS_URL (#29442) 2024-02-27 09:18:35 +00:00
faq.zh-cn.md Update docs about DEFAULT_ACTIONS_URL (#29442) 2024-02-27 09:18:35 +00:00
overview.en-us.md feat: bump dessant/lock-threads and actions/setup-go to use nodejs20 runtime (#28565) 2023-12-21 13:31:04 +08:00
overview.zh-cn.md feat: bump dessant/lock-threads and actions/setup-go to use nodejs20 runtime (#28565) 2023-12-21 13:31:04 +08:00
quickstart.en-us.md Runner tokens are multi use (#29153) 2024-02-14 00:24:35 +01:00
quickstart.zh-cn.md feat: bump dessant/lock-threads and actions/setup-go to use nodejs20 runtime (#28565) 2023-12-21 13:31:04 +08:00
secrets.en-us.md Move documents under actions (#31110) (#31116) 2024-05-27 23:05:49 +08:00
secrets.zh-cn.md Move documents under actions (#31110) (#31116) 2024-05-27 23:05:49 +08:00
variables.en-us.md Update actions variables documents (#30394) 2024-04-11 11:57:03 +08:00
variables.zh-cn.md Update actions variables documents (#30394) 2024-04-11 11:57:03 +08:00