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
2021-11-12 15:21:18 -08:00

9 lines
150 B
Bash
Executable File

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