1
0
testing/.gitea/workflows/test.yml
Luke Tainton 7b15ad747a
Some checks failed
Test / test (push) Failing after 1s
Test using DEFAULT_ACTIONS_URL=self
2025-01-02 11:02:11 +00:00

11 lines
222 B
YAML

name: Test
on:
push:
jobs:
test:
# 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 }}