1
0

Test
Some checks failed
Test / test (push) Failing after 0s

This commit is contained in:
Luke Tainton 2025-01-02 09:59:16 +00:00
parent 4593dc7e30
commit e471e9b64f
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -3,8 +3,8 @@ on:
push:
jobs:
ci:
# uses: https://git.tainton.uk/actions/hello-world-docker-action2@v1.0.0
uses: actions/hello-world-docker-action2@v1.0.0
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: 'Mona the Octocat'
who-to-greet: ${{ vars.WHO_TO_GREET }}