mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/sh -l
|
|
|
|
echo "Hello $1"
|
|
time=$(date)
|
|
echo "time=$time" >> $GITHUB_OUTPUT
|