Files
static.kovagoadi.hu/.gitea/workflows/hello.yamlx
2025-10-21 21:08:31 +02:00

16 lines
239 B
Plaintext

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"