From 7ba8935999ac72f56cd7329a1a9464999505fd68 Mon Sep 17 00:00:00 2001 From: testuser Date: Wed, 22 Oct 2025 21:53:34 +0200 Subject: [PATCH] Delete .gitea/workflows/hello.yamlx --- .gitea/workflows/hello.yamlx | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitea/workflows/hello.yamlx diff --git a/.gitea/workflows/hello.yamlx b/.gitea/workflows/hello.yamlx deleted file mode 100644 index 7e34a49..0000000 --- a/.gitea/workflows/hello.yamlx +++ /dev/null @@ -1,15 +0,0 @@ -name: Hello world - -on: - - push - -jobs: - say-hello: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Print hello - run: echo "Hello, world! from Gitea Actions" -