parent
e12b759c3f
commit
933f6ecc10
6 changed files with 14 additions and 7 deletions
|
@ -6,4 +6,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: sleep
|
||||
uses: ./actions/sleep-one
|
||||
uses: ./actions/sleep-two
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 'hello'
|
||||
|
||||
sleep 3
|
||||
exit 0
|
13
actions/sleep-two/entrypoint.sh
Normal file
13
actions/sleep-two/entrypoint.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
apk add --no-cache \
|
||||
brotli \
|
||||
gzip \
|
||||
hugo
|
||||
|
||||
echo 'hello'
|
||||
|
||||
hugo
|
||||
|
||||
sleep 3
|
||||
exit 0
|
Loading…
Reference in a new issue