gha-deploy-to-k3s/entrypoint.sh

6 lines
80 B
Bash
Executable File

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