test
All checks were successful
/ debug (push) Successful in 38s

This commit is contained in:
lubiana 2024-12-15 12:16:07 +01:00
parent 6cb1aa7419
commit 120d4f2a9e
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
4 changed files with 39 additions and 4 deletions

View file

@ -5,8 +5,10 @@ jobs:
name: debug
steps:
- uses: actions/checkout@v4
- name: build
run: |
apt-get install -y hugo
hugo
- name: hello world action step
uses: ./actions/hello
with:
who-to-greet: 'lubi'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"