Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 206 Bytes

readme.md

File metadata and controls

11 lines (5 loc) · 206 Bytes

Action Test

Command

echo "$(git config user.name)" > test/"action-test"_$(date "+%s").md;git add .;git commit -q -m "push test";git push -q origin master;echo "done. exit code: " $?;