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