This website requires JavaScript.
Explore
Help
Register
Sign In
runners
/
act_runner
mirror of
https://gitea.com/gitea/act_runner.git
Watch
1
Star
0
Fork
You've already forked act_runner
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24bdb024bf
act_runner
/
pkg
/
runner
/
testdata
/
actions
/
docker-local
/
entrypoint.sh
6 lines
78 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh -l
echo
"
Hello
$1
"
time
=
$(
date
)
echo
::set-output
name
=
time::
$time
Reference in New Issue
View Git Blame
Copy Permalink