This repository has been archived on 2025-09-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
amarth/.forgejo/workflows/action.yml
clan-tool a3987254f0
All checks were successful
Test action / Print hello world (push) Successful in 1s
add initial action
2025-09-03 17:26:50 +02:00

16 lines
No EOL
219 B
YAML

name: Test action
on:
workflow_dispatch:
push:
branches:
- main
jobs:
hello:
name: Print hello world
runs-on: default
steps:
- name: Echo
run: |
echo "Hello, world!"