This website requires JavaScript.
Explore
Help
Sign in
uber5-public
/
gha-deploy-to-k3s
Watch
1
Star
0
Fork
You've already forked gha-deploy-to-k3s
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
22ff2f2c04
gha-deploy-to-k3s
/
entrypoint.sh
7 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
add hello-world action as per https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-docker-container-action
2025-01-01 13:24:16 +02:00
#!/bin/sh -l
echo
"
Hello
$1
"
time
=
$(
date
)
add env debug output
2025-01-01 14:18:42 +02:00
env
add hello-world action as per https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-docker-container-action
2025-01-01 13:24:16 +02:00
echo
"
time=
$time
"
>>
"
$GITHUB_OUTPUT
"
Reference in a new issue
Copy permalink