1
0

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

This commit is contained in:
Luke Tainton 2025-01-02 11:26:04 +00:00
parent 7b15ad747a
commit 102607c57e
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -4,7 +4,9 @@ on:
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 }}
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 }}