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

12 lines
212 B
YAML
Raw Permalink 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:26:04 +01:00
runs-on: ubuntu-latest
steps:
2025-01-02 12:46:50 +01:00
- uses: https://git.tainton.uk/actions/hello-world-docker-action2@v1.0.1
2025-01-02 12:26:04 +01:00
with:
who-to-greet: ${{ vars.WHO_TO_GREET }}