mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Avoid Hugo from adding quote to actions url (#23097)
This commit is contained in:
		@@ -1336,7 +1336,7 @@ PROXY_HOSTS = *.github.com
 | 
				
			|||||||
## Actions (`actions`)
 | 
					## Actions (`actions`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `ENABLED`: **false**: Enable/Disable actions capabilities
 | 
					- `ENABLED`: **false**: Enable/Disable actions capabilities
 | 
				
			||||||
- `DEFAULT_ACTIONS_URL`: **https://gitea.com**: Default address to get action plugins, e.g. the default value means downloading from "https://gitea.com/actions/checkout" for "uses: actions/checkout@v3"
 | 
					- `DEFAULT_ACTIONS_URL`: **https://gitea.com**: Default address to get action plugins, e.g. the default value means downloading from "<https://gitea.com/actions/checkout>" for "uses: actions/checkout@v3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`DEFAULT_ACTIONS_URL` indicates where should we find the relative path action plugin. i.e. when use an action in a workflow file like
 | 
					`DEFAULT_ACTIONS_URL` indicates where should we find the relative path action plugin. i.e. when use an action in a workflow file like
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user