This website requires JavaScript.
Explore
Help
Sign In
actions
/
hello-world-docker-action
Watch
1
Star
0
Fork
0
You've already forked hello-world-docker-action
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
778deccca4e5d6d5b1aefa3aa23ec595fdd153bd
hello-world-docker-action
/
entrypoint.sh
T
6 lines
79 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 output to use new environment file method
2022-10-14 14:06:01 +10:00
echo
"
time=
$time
"
>>
$GITHUB_OUTPUT
Reference in New Issue
Copy Permalink