1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/pkg/runner/testdata/actions/docker-local/entrypoint.sh
Ryan 3c1454825d fix: mount volume for workflow info (#776)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-09-24 13:32:22 +00:00

8 lines
111 B
Bash
Executable File

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