This website requires JavaScript.
Explore
Help
Sign In
alexlau
/
gitea-actions-test
Watch
1
Star
0
Fork
0
You've already forked gitea-actions-test
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e45b4b21e8
gitea-actions-test
/
hello.sh
6 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding dockerfile and obs-service yaml Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-20 17:43:03 +02:00
#!/bin/sh -l
echo
"
Hello
$1
"
time
=
$(
date
)
change back to github output Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-21 09:10:58 +02:00
echo
"
time=
$time
"
>>
$GITHUB_OUTPUT
Reference in New Issue
Copy Permalink