diff --git a/.gitea/build dev.yaml b/.gitea/workflows/build dev.yaml similarity index 100% rename from .gitea/build dev.yaml rename to .gitea/workflows/build dev.yaml diff --git a/sh.actions/sh.actions.package-cleanup/Program.cs b/sh.actions/sh.actions.package-cleanup/Program.cs index 3751555..cb1afde 100644 --- a/sh.actions/sh.actions.package-cleanup/Program.cs +++ b/sh.actions/sh.actions.package-cleanup/Program.cs @@ -1,2 +1,2 @@ // See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +Console.WriteLine("Hello, World! from ci");