gha-deploy-to-k3s/entrypoint.sh

5 lines
80 B
Bash
Executable file

#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "time=$time" >>"$GITHUB_OUTPUT"