crrdean
6cd29ccce0
Fixed pull_request action name ( #359 )
...
synchronize should be synchronized
Reviewed-on: https://gitea.com/gitea/docs/pulls/359
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: crrdean <[email protected] >
Co-committed-by: crrdean <[email protected] >
2026-03-10 20:00:25 +00:00
osndok and Robert Hailey
2b96323137
Note differing default value for concurrency.cancel-in-progress ( #337 )
...
Whereas this bit me pretty hard, and [I don't seem to be the only one](https://forum.gitea.com/t/job-stopping-on-new-push/8142 ), the least we could do is let people know.
---------
Co-authored-by: Robert Hailey <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/337
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: osndok <[email protected] >
Co-committed-by: osndok <[email protected] >
2026-02-08 03:08:05 +00:00
Peter Ryszkiewicz
8a40822acd
Fix act runner doc typos and errors and simplify some grammar. ( #328 )
...
Fix act runner doc typos and errors and simplify some grammar.
Co-authored-by: Peter Ryszkiewicz <[email protected] >
Co-committed-by: Peter Ryszkiewicz <[email protected] >
2026-02-03 00:52:06 +00:00
072331ecae
Clarify package permissions and tokens scopes as discussed in https://github.com/go-gitea/gitea/issues/32048 ( #72 )
...
This adds explanations, that were missing regarding Token scopes and the packages feature requiring a token with said scope. Also added a missing explanation, that tokens can be created in the user interface, not just the API. The reason this PR is created was due to misunderstandings around the package feature, that arose during the discussion in https://github.com/go-gitea/gitea/issues/32048 .
This PR aims to clarify the misunderstood points around tokens, scopes and the package feature.
During the creation of this PR bug https://github.com/go-gitea/gitea/issues/32078 was found, the scopes are always reported as `null` during the response of the initial `POST` to create the token.
Co-authored-by: Wladislav ヴラド Artsimovich <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/72
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: FrostKiwi <[email protected] >
Co-committed-by: FrostKiwi <[email protected] >
2025-11-20 22:16:00 +00:00
Lunny Xiao
df8b7a7581
Upgrade docusarus and fix broken links ( #301 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/301
2025-11-20 22:02:05 +00:00
Schallbert
0868bd41a4
Minor update for act_runner documentation: Update execution options, clarify docker run ( #256 )
...
- add act_runner options (host, docker, DinD)
- modify `docker run` command to include volume
- minor formulation updates
Reviewed-on: https://gitea.com/gitea/docs/pulls/256
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Schallbert <[email protected] >
Co-committed-by: Schallbert <[email protected] >
2025-11-20 21:52:54 +00:00
Zettat123 and Lunny Xiao
2b99f48d47
Share actions and reusable workflows from private repositories ( #107 )
...
Update docs for https://github.com/go-gitea/gitea/pull/32562
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/107
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2025-11-20 19:57:50 +00:00
Lunny Xiao
9baa98ec3f
Move usage directories ( #300 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/300
2025-11-20 19:49:24 +00:00
Lunny Xiao
c05b0cec34
Add protected branches usage documentation ( #298 )
...
Fix https://github.com/go-gitea/gitea/issues/35972
Reviewed-on: https://gitea.com/gitea/docs/pulls/298
2025-11-20 18:07:29 +00:00
Lunny Xiao
dcb9b9b450
Use category instead of place holder markdown file as directory ( #299 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/299
2025-11-20 18:02:34 +00:00
Cory Sanin and Lunny Xiao
a77b0937cf
Corrections for Arch package registry page ( #291 )
...
pairs nicely with https://github.com/go-gitea/gitea/pull/35825
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/291
Reviewed-by: silverwind <[email protected] >
Co-authored-by: Cory Sanin <[email protected] >
Co-committed-by: Cory Sanin <[email protected] >
2025-11-05 17:26:38 +00:00
dangjinghao
0c7fce4512
Remove run-name section from Comparison to GitHub Actions ( #290 )
...
Since `run-name` support was added in [v1.25.0](https://github.com/go-gitea/gitea/releases/tag/v1.25.0 ), I've removed the outdated `run-name` section from `usage/actions/comparison.md`.
Reviewed-on: https://gitea.com/gitea/docs/pulls/290
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: dangjinghao <[email protected] >
Co-committed-by: dangjinghao <[email protected] >
2025-11-01 21:11:55 +00:00
dangjinghao
bb7b7fe5bf
Add frontmatter and TOC rendering support for markdown files ( #284 )
...
<https://github.com/go-gitea/gitea/issues/14411#issuecomment-764871702 >
Reviewed-on: https://gitea.com/gitea/docs/pulls/284
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: dangjinghao <[email protected] >
Co-committed-by: dangjinghao <[email protected] >
2025-10-23 17:55:14 +00:00
Christopher Homberger and Lunny Xiao
cf33eee47f
Initial Ephemeral Runners Documentation ( #239 )
...
Document this feature for 1.24 onwards.
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/239
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Christopher Homberger <[email protected] >
Co-committed-by: Christopher Homberger <[email protected] >
2025-07-28 20:40:59 +00:00
Christopher Homberger and Lunny Xiao
201f0f3ef8
Document workflow_dispatch workflow_run ( #238 )
...
Document missing workflow triggers of 1.23..1.25-dev
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/238
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Christopher Homberger <[email protected] >
Co-committed-by: Christopher Homberger <[email protected] >
2025-07-28 20:39:01 +00:00
dmitri.karpovich
f58dfff5e4
Update docs/usage/actions/quickstart.md ( #222 )
...
Fix typo
Reviewed-on: https://gitea.com/gitea/docs/pulls/222
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: dmitri.karpovich <[email protected] >
Co-committed-by: dmitri.karpovich <[email protected] >
2025-05-26 00:07:58 +00:00
bytedream
df3f3f8dab
Action badge style query ( #209 )
...
Add dcos for the new style query for action badges (https://github.com/go-gitea/gitea/pull/34062 ).
Reviewed-on: https://gitea.com/gitea/docs/pulls/209
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: bytedream <[email protected] >
Co-committed-by: bytedream <[email protected] >
2025-04-13 17:54:09 +00:00
juke and Jules Kerssemakers
1a85ffdab8
Expand new Usage/Markdown Docu ( #203 )
...
As promised in [Gitea Pull #34105 ](https://github.com/go-gitea/gitea/pull/34105 ), I wanted to contribute documentation for MarkDown.
You were so fast in adding the page that I had to start over my local-only draft 😄 🚀
I'm not sure how you prefer your commits (I'm new to Gitea), so I've split them for simplest review and dropping of unwanted changes.
Co-authored-by: Jules Kerssemakers <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/203
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: juke <[email protected] >
Co-committed-by: juke <[email protected] >
2025-04-10 20:15:37 +00:00
wxiaoguang
e3d58503ca
Add markdown usage ( #198 )
...
First simple version
Reviewed-on: https://gitea.com/gitea/docs/pulls/198
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: wxiaoguang <[email protected] >
Co-committed-by: wxiaoguang <[email protected] >
2025-04-05 05:08:06 +00:00
techknowlogick
714b9dd6b7
fix launchctl example
...
thanks for #183 that reported and fixed this issue in versioned docs
2025-03-14 02:14:01 +00:00
TheFox0x7
eaeb29f827
Add warning about actions under subpath ( #176 )
...
in reference to: https://github.com/go-gitea/gitea/issues/33629
Reviewed-on: https://gitea.com/gitea/docs/pulls/176
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2025-03-02 17:52:04 +00:00
Lunny Xiao
bbbb9091bf
Update act runner status ( #163 )
...
Fix #162
Reviewed-on: https://gitea.com/gitea/docs/pulls/163
Co-authored-by: Lunny Xiao <[email protected] >
Co-committed-by: Lunny Xiao <[email protected] >
2025-01-29 05:12:05 +00:00
Brandon Philips
59ef598b49
fix admin url for 1.23.0 ( #164 )
...
I am running the release candidate and found the admin URL changed.
https://github.com/go-gitea/gitea/pull/32189
Reviewed-on: https://gitea.com/gitea/docs/pulls/164
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: Brandon Philips <[email protected] >
Co-committed-by: Brandon Philips <[email protected] >
2025-01-28 16:33:32 +00:00
woshishabii
56cbea7928
a typo i guess ( #155 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/155
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: woshishabii <[email protected] >
Co-committed-by: woshishabii <[email protected] >
2025-01-16 00:16:26 +00:00
Zettat123
a97908040d
Update some docs ( #144 )
...
Close #143
- Add `ORG_PAGING_NUM`
- Remove `hashFiles` from unsupported workflows syntax
Reviewed-on: https://gitea.com/gitea/docs/pulls/144
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2025-01-09 05:27:03 +00:00
hype8912 and Lunny Xiao
8433f055a1
Update docs/usage/actions/variables.md ( #75 )
...
Updated text to say action variables cannot not start with "CI"
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/75
Co-authored-by: hype8912 <[email protected] >
Co-committed-by: hype8912 <[email protected] >
2024-12-27 00:47:29 +00:00
Zettat123 and Lunny Xiao
8f872a636d
Document for GITEA_RUNNER_REGISTRATION_TOKEN env ( #132 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/132
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2024-12-24 20:32:57 +00:00
TheFox0x7
43b15f49b7
Add a warning about sha256 support in actions ( #126 )
...
Closes: https://gitea.com/gitea/docs/issues/74
Reviewed-on: https://gitea.com/gitea/docs/pulls/126
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2024-12-18 02:18:37 +00:00
TheFox0x7
7a4e79c937
use fqin for container images ( #125 )
...
It's generally considered a better practice and it's more portable allowing podman to work without having to modify the name.
Reviewed-on: https://gitea.com/gitea/docs/pulls/125
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2024-12-17 20:23:46 +00:00
KN4CK3R and Lunny Xiao
6b1cd2beeb
Add Arch package registry ( #111 )
...
Docs for https://github.com/go-gitea/gitea/pull/32692
Close #47
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/111
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: KN4CK3R <[email protected] >
Co-committed-by: KN4CK3R <[email protected] >
2024-12-07 04:15:16 +00:00
pasmophobia and Lunny Xiao
f857051cdc
fix mistake in docs/usage/actions/act-runner.md#365 ( #97 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/97
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: pasmophobia <[email protected] >
Co-committed-by: pasmophobia <[email protected] >
2024-12-01 06:22:57 +00:00
Konstantin Podsvirov and Lunny Xiao
683e72aed1
Fix in delete debian package example ( #98 )
...
Delete extra `s` symbol in api entrypoint.
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/98
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Konstantin Podsvirov <[email protected] >
Co-committed-by: Konstantin Podsvirov <[email protected] >
2024-11-26 02:07:48 +00:00
Lunny Xiao
ddc1db3637
Move authentication from usage to administration ( #105 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/105
2024-11-24 02:32:42 +00:00
e8344b03cb
Document Reverse Proxy authentication for API ( #84 )
...
I figured out that the reverse proxy authentication for the API is supported (implemented with https://github.com/go-gitea/gitea/pull/26703 ). This will update the documentation to the current state.
Co-authored-by: Lunny Xiao <[email protected] >
Co-authored-by: Philipp Arndt <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/84
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: philipparndt <[email protected] >
Co-committed-by: philipparndt <[email protected] >
2024-11-12 19:35:18 +00:00
jbalonso and Lunny Xiao
ce0d8b898b
Document missing "packages" scope feature for GITEA_TOKEN ( #77 )
...
As per https://github.com/go-gitea/gitea/issues/23642#issuecomment-2119876692 , this documents a missing feature for `GITEA_TOKEN` authorizing access to the package repository.
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/77
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: jbalonso <[email protected] >
Co-committed-by: jbalonso <[email protected] >
2024-10-30 22:27:35 +00:00
Lunny Xiao
05271fd4e6
Update faq for actions to correct wrong documentations. ( #85 )
...
- [x] User-level runners are supported from 1.20
- [x] Actions are enabled by default from 1.21
Reviewed-on: https://gitea.com/gitea/docs/pulls/85
2024-10-28 18:04:52 +00:00
Lunny Xiao
6fc2decd0c
update agit forcepush
2024-10-11 00:02:19 -07:00
19dc1eccd2
Add force-push usage for agit workflow ( #78 )
...
```
git push origin HEAD:refs/for/main -o force-push=true -o topic="agit-workflow-usage" -o title="Add force-push usage for agit workflow"
```
Co-authored-by: Elisei Roca <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/78
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: eliroca <[email protected] >
Co-committed-by: eliroca <[email protected] >
2024-10-10 21:31:09 +00:00
Zettat123 and Lunny Xiao
a74adaaefd
Documentation for migrating from AWS CodeCommit ( #65 )
...
Related to https://github.com/go-gitea/gitea/pull/31981
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/65
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2024-09-11 03:25:40 +00:00
Lunny Xiao
75bb2f36ff
make act runner documentation more easy to use ( #64 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/64
Co-authored-by: Lunny Xiao <[email protected] >
Co-committed-by: Lunny Xiao <[email protected] >
2024-09-07 19:40:47 +00:00
Lunny Xiao
1257064c05
Improve agit usage ( #63 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/63
2024-09-06 19:46:32 +00:00
Lunny Xiao
7a8bc94a8a
Adjust packages and actions articles' sequence on the sidebar
2024-09-02 17:52:58 -07:00
pangliang and pangliang
9003c4a604
'workflow_dispatch' unsupported description removed ( #54 )
...
For PR: [go-gitea/gitea#28163 ](https://github.com/go-gitea/gitea/pull/28163 )
I saw that there was no description of the use of a single syntax in the original document, so I simply deleted the description that 'workflow_dispatch does not support'
Co-authored-by: pangliang <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/54
Reviewed-by: Denys Konovalov <[email protected] >
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: pangliang <[email protected] >
Co-committed-by: pangliang <[email protected] >
2024-08-19 20:31:59 +00:00
Zettat123
56e5cc026b
Update issue template for issue assignees ( #48 )
...
Related to https://github.com/go-gitea/gitea/pull/31083
Reviewed-on: https://gitea.com/gitea/docs/pulls/48
Reviewed-by: Jason Song <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2024-08-13 02:27:18 +00:00
Lunny Xiao
54bc810c46
Merge branch 'main' of gitea.com:gitea/docs
2024-08-06 16:44:54 -07:00
Lunny Xiao
af22422e1a
Update meta data of docs
2024-08-06 16:44:42 -07:00
Matt Van Hest and Jason Song
1cf8f6f58d
Clarified installation instructions between binary package and docker container ( #41 )
...
Made the act runner installation instructions a little bit clearer when using docker. This distinction was not immediately clear and caused some confusion.
Co-authored-by: Jason Song <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/41
Reviewed-by: Jason Song <[email protected] >
Co-authored-by: Matt Van Hest <[email protected] >
Co-committed-by: Matt Van Hest <[email protected] >
2024-08-05 03:17:01 +00:00
6543
8635300595
Document "Issue Templates: add option to have dropdown printed list ( #31577 )" ( #19 )
...
https://github.com/go-gitea/gitea/pull/31577
Reviewed-on: https://gitea.com/gitea/docs/pulls/19
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: KN4CK3R <[email protected] >
2024-07-14 14:39:31 +00:00
Oscar Ward
8b8500091a
Document launchd process for act runners ( #28 ) ( #30 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/30
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: Oscar Ward <[email protected] >
Co-committed-by: Oscar Ward <[email protected] >
2024-07-14 06:19:53 +00:00
c94a135d4a
Add note about how to use secrets in workflow ( #17 )
...
Document how to use secrets in workflow
Co-authored-by: Jerry Jacobs <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/17
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: xor-gate <[email protected] >
Co-committed-by: xor-gate <[email protected] >
2024-07-12 15:25:32 +00:00