Files
speckle-automate-github-action/entrypoint.sh
T
2023-03-20 16:01:47 +00:00

6 lines
79 B
Bash
Executable File

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