1
0
testing/.gitea/workflows/test.yml

11 lines
214 B
YAML
Raw Normal View History

2025-01-02 10:41:45 +01:00
name: Test
on:
push:
jobs:
ci:
2025-01-02 10:49:29 +01:00
# uses: https://git.tainton.uk/actions/hello-world-docker-action2@v1.0.0
uses: actions/hello-world-docker-action2@v1.0.0
2025-01-02 10:41:45 +01:00
with:
who-to-greet: 'Mona the Octocat'