Giteabot 
								
							 
						 
						
							
							
								
							
							
	
	
	352906b448 
 
						 
						
							
							
								
								
								doc: actions/act-runner: document running as a systemd service ( #27844 ) ( #27866 )  
							
							... 
							
							
							
							
							Backport #27844  by @nodiscc
This documents running `act-runner` as a systemd service under a
dedicated user account.
Co-authored-by: nodiscc <nodiscc@gmail.com> 
							
						 
						
							2023-11-01 18:18:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Giteabot 
								
							 
						 
						
							
							
								
							
							
	
	
	d282f5dab8 
 
						 
						
							
							
								
								
								Fix wrong relative path on obtain token from command line ( #27850 ) ( #27851 )  
							
							... 
							
							
							
							
							Backport #27850  by @lunny
Caused by #27845 
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
							
						 
						
							2023-10-31 11:36:22 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Giteabot 
								
							 
						 
						
							
							
								
							
							
	
	
	f3f56d570b 
 
						 
						
							
							
								
								
								doc: actions/act-runner: document obtaining a runner registration token from gitea CLI ( #27845 ) ( #27848 )  
							
							
							
							
						 
						
							2023-10-30 20:16:05 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zettat123 
								
							 
						 
						
							
							
								
							
							
	
	
	9336286e35 
 
						 
						
							
							
								
								
								Improve actions docs related to pull_request event ( #27126 )  
							
							... 
							
							
							
							
							Related to #27039 
The `ref` property in Gitea Actions is different from GitHub Actions.
This PR improves the documentation to explain the difference. 
							
						 
						
							2023-09-20 06:28:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									delvh 
								
							 
						 
						
							
							
								
							
							
	
	
	24a215e317 
 
						 
						
							
							
								
								
								Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions ( #27119 )  
							
							... 
							
							
							
							
							No backport needed as this new state only applies to 1.21+
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
							
						 
						
							2023-09-20 11:02:58 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	476b9d1589 
 
						 
						
							
							
								
								
								Use docs.gitea.com instead of docs.gitea.io ( #26739 )  
							
							
							
							
						 
						
							2023-08-27 11:59:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas McWork 
								
							 
						 
						
							
							
								
							
							
	
	
	083b0b4770 
 
						 
						
							
							
								
								
								Prefer variables over subprocesses ( #26690 )  
							
							... 
							
							
							
							
							… because it doesn't require a separate shell, spawning a process which
cost unnecessary resources and takes time. 
							
						 
						
							2023-08-23 07:43:05 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Track3 
								
							 
						 
						
							
							
								
							
							
	
	
	c1c83dbaec 
 
						 
						
							
							
								
								
								[docs] Add missing backtick in quickstart.zh-cn.md ( #26349 )  
							
							... 
							
							
							
							
							Added missing backtick in quickstart.zh-cn.md docs so inline code can
render properly.
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-06 00:28:25 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									sillyguodong 
								
							 
						 
						
							
							
								
							
							
	
	
	68c652d8f3 
 
						 
						
							
							
								
								
								Fix typos and grammer problems for actions documentation ( #26328 )  
							
							... 
							
							
							
							
							follow #26317 
fix typos and adjust grammer problems. 
							
						 
						
							2023-08-04 10:04:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									sillyguodong 
								
							 
						 
						
							
							
								
							
							
	
	
	0da8ebc95b 
 
						 
						
							
							
								
								
								Update documentation for 1.21 actions ( #26317 )  
							
							... 
							
							
							
							
							As title.
Close  #26309 
Related to #24724 , #24806  
							
						 
						
							2023-08-04 09:06:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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> 
							
						 
						
							2023-07-26 04:53:13 +00:00