gitea/docs/content/usage/actions
TheBrokenRail 972f807ee7
Fix URL In Gitea Actions Badge Docs (#31191)
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
2024-05-31 19:41:44 +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) 2024-05-31 19:41:44 +08:00
comparison.en-us.md Update Actions documentation missing feature (#31034) 2024-05-22 22:06:22 +08:00
comparison.zh-cn.md Update Actions documentation missing feature (#31034) 2024-05-22 22:06:22 +08: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) 2024-05-27 14:53:48 +00:00
secrets.zh-cn.md Move documents under actions (#31110) 2024-05-27 14:53:48 +00: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