Skip to content

Commit

Permalink
custom hicsunt docker action 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 committed Jan 13, 2022
1 parent 5a07c9a commit ae7d835
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/actions/hicsunt-docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/bin/sh -l

echo "::debug ::Debug Message"
echo "::warning ::Warning Message"
echo "::error ::Error Message"

# echo "::add-mask::$1"
echo "Hic Sunt $1"
time=$(date)
echo "::set-output name=time::$time"
echo "::set-output name=time::$time"

echo "::group::Some expandable log"
echo "some stuff"
echo "::endgroup::"

0 comments on commit ae7d835

Please sign in to comment.