1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00
Files
act/pkg/runner/testdata/actions/docker-local/entrypoint.sh
Casey Lee 0582306861 unit tests
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:31 -05:00

6 lines
78 B
Bash
Executable File

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