Scott Yeager
4635e6d2a6
Runner tokens are multi use ( #29153 )
...
Fixes https://github.com/go-gitea/gitea/issues/28911 .
Co-authored-by: Giteabot <teabot@gitea.io>
9 months ago
Rui Chen
caceb43313
feat: bump `dessant/lock-threads` and `actions/setup-go` to use nodejs20 runtime ( #28565 )
...
Update more actions to use nodejs20 runtime and also update the docs for
checkout action usage.
similar to:
- #27836
- #27096
---------
Signed-off-by: Rui Chen <rui@chenrui.dev>
11 months ago
yp05327
2d9b91aa24
Fix the description about the default setting for action in quick start document ( #28160 )
...
Since #27054 , Actions are enabled by default. so we should also edit the
document. 😃
ps: I think this should be backport to 1.21.0.
1 year ago
John Olheiser
bd4c7ce578
Docusaurus-ify ( #26051 )
...
This PR cleans up the docs in a way to make them simpler to ingest by
our [docs repo](https://gitea.com/gitea/gitea-docusaurus ).
1. It includes all of the sed invocations our ingestion did, removing
the need to do it at build time.
2. It replaces the shortcode variable replacement method with
`@variable@` style, simply for easier sed invocations when required.
3. It removes unused files and moves the docs up a level as cleanup.
---------
Signed-off-by: jolheiser <john.olheiser@gmail.com>
1 year ago
caicandong
ebb98d7246
doc guide the user to create the appropriate level runner ( #26091 )
...
close #26045
1 year ago
HesterG
cff4e37d43
Add Chinese documentations for Actions ( #24902 )
2 years ago
Lunny Xiao
9897baf979
Move actions as usage's subdirectory and update comparsion zh-cn version ( #24719 )
...
As title.
Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
Jason Song
84033cee86
Fix broken links in documents ( #24630 )
...
Before:
<img width="837" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/90c1c484-2d8d-4a57-8e86-2f4df0e7fbba ">
After:
<img width="822" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/e27f6b63-9e7b-4894-b315-7be0cfebe8ca ">
2 years ago
Jason Song
35ab5cdedf
Fix typo in Actions demo file ( #24631 )
...
Reported by @kerwin612 .
2 years ago
Jason Song
8f314c6793
Docs for Gitea Actions ( #24405 )
...
A new documentation section for Gitea Actions.
Some content comes from:
- [Hacking on Gitea
Actions](https://blog.gitea.io/2023/03/hacking-on-gitea-actions/ )
- The README of [act_runner](https://gitea.com/gitea/act_runner )
- @ChristopherHX's excellent overview of the differences between Gitea
Actions and GitHub Actions in [this
comment](https://github.com/go-gitea/gitea/issues/13539#issuecomment-1448888850 ).
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2 years ago