gitea icon indicating copy to clipboard operation
gitea copied to clipboard

ignore invalid workflow "files-changed.yml": unknown on type

Open yp05327 opened this issue 1 year ago • 2 comments
trafficstars

Description

image ps: files-changed.yml comes from Gitea

Gitea Version

1.22.0+dev-1313-gd7013c26c8

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

build

Database

None

yp05327 avatar Apr 09 '24 07:04 yp05327

It seems that it is caused by act branches type is map[string]interface{} here image

yp05327 avatar Apr 10 '24 04:04 yp05327

I think we definitely need to fix this to get our own repo to work in gitea actions. Workflow in question is here:

https://github.com/go-gitea/gitea/blob/fb7b743bd0f305a6462896398bcba2a74c6e391e/.github/workflows/files-changed.yml

silverwind avatar May 30 '24 12:05 silverwind

This issue could be fixed by https://gitea.com/gitea/act/pulls/118

Zettat123 avatar Sep 29 '24 06:09 Zettat123

Close by https://gitea.com/gitea/act/pulls/118

Zettat123 avatar Oct 14 '24 04:10 Zettat123