confluence-markdown-sync/entrypoint

5 lines
79 B
Plaintext
Raw Normal View History

2020-12-13 11:14:35 +00:00
#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "::set-output name=time::$time"