1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00

Merge branch 'main' into fix-yaml-with-prefixed-newline

This commit is contained in:
Lunny Xiao
2025-12-09 00:59:26 +00:00
3 changed files with 17 additions and 5 deletions

View File

@@ -39,6 +39,9 @@ type GithubContext struct {
ServerURL string `json:"server_url"`
APIURL string `json:"api_url"`
GraphQLURL string `json:"graphql_url"`
// For Gitea
RunAttempt string `json:"run_attempt"`
}
func asString(v interface{}) string {