1
0
testing/.gitea/workflows/test.yml
Luke Tainton 102607c57e
Some checks failed
Test / test (push) Failing after 4s
Test
2025-01-02 11:26:04 +00:00

13 lines
268 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.0
# uses: actions/hello-world-docker-action2@v1.0.0
with:
who-to-greet: ${{ vars.WHO_TO_GREET }}