mirror of
https://github.com/cupcakearmy/confluence-markdown-sync.git
synced 2024-12-22 16:06:25 +00:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh -l
|
||
|
|
||
|
echo "Hello $1"
|
||
|
time=$(date)
|
||
|
echo "::set-output name=time::$time"
|