This website requires JavaScript.
Explore
Help
Sign In
actions
/
hello-world-docker-action
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f221a283068532b6ef4fee235d82b1b492a2aaeb
hello-world-docker-action
/
entrypoint.sh
T
6 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-08-03 21:11:09 -07:00
#!/bin/sh -l
echo
"Hello
$1
"
time
=
$(
date
)
Update to latest syntax
2019-09-05 12:47:12 -07:00
echo
"::set-output name=time::
$time
"
Reference in New Issue
Copy Permalink