parent
6cb1aa7419
commit
120d4f2a9e
4 changed files with 39 additions and 4 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue