1
0
testing/.gitea/workflows/test.yml
Luke Tainton f771f48010
All checks were successful
Test / test (push) Successful in 4s
Update .gitea/workflows/test.yml
2025-01-02 12:46:50 +01:00

12 lines
212 B
YAML

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/hello-world-docker-action2@v1.0.1
with:
who-to-greet: ${{ vars.WHO_TO_GREET }}