add hello-world action
as per https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-docker-container-action
This commit is contained in:
parent
acec852010
commit
ae138368b1
4 changed files with 44 additions and 0 deletions
5
entrypoint.sh
Executable file
5
entrypoint.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -l
|
||||
|
||||
echo "Hello $1"
|
||||
time=$(date)
|
||||
echo "time=$time" >>"$GITHUB_OUTPUT"
|
||||
Loading…
Add table
Add a link
Reference in a new issue