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

11 lines
222 B
YAML
Raw Normal View History

2025-01-02 10:41:45 +01:00
name: Test
on:
push:
jobs:
2025-01-02 10:59:16 +01:00
test:
2025-01-02 12:02:11 +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:
2025-01-02 10:59:16 +01:00
who-to-greet: ${{ vars.WHO_TO_GREET }}