Feature/ci container #15

Merged
niko merged 5 commits from feature/ci-container into main 2026-06-16 09:13:36 +03:00
Showing only changes of commit 68fbd35ac2 - Show all commits
@@ -0,0 +1,7 @@
name: Hello World (Manual)
on: workflow_dispatch
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from manual dispatch, ${{ github.actor }}"