7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "Hello $1"
|
|
time=$(date)
|
|
env
|
|
echo "time=$time" >>"$GITHUB_OUTPUT"
|