An open API service indexing awesome lists of open source software.

https://github.com/aliemir/action-test


https://github.com/aliemir/action-test

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Action Test

## Command

```bash

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

```