-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Actions should report invalid workflow file #23275
Copy link
Copy link
Closed
Labels
topic/gitea-actionsrelated to the actions of Gitearelated to the actions of Giteatype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Metadata
Metadata
Assignees
Labels
topic/gitea-actionsrelated to the actions of Gitearelated to the actions of Giteatype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Description
I think it would be very helpful to get an indication in case gitea detected a workflow file but deemed it invalid. Take this workflow file
main.yml:The logs report the following:
But no action is started and no feedback is given to the user. I feel like this belongs in the UI.
PS: The problem with this is the
:which aren't allowed.Screenshots
No response