act/pkg/runner/testdata/actions/docker-local/entrypoint.sh

6 lines
78 B
Bash
Raw Normal View History

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