Files
hello-world-docker-action/entrypoint.sh
T

6 lines
80 B
Bash

#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "::set-output name=time::$time"