https://github.com/aliemir/action-test
https://github.com/aliemir/action-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliemir/action-test
- Owner: aliemir
- Created: 2020-10-06T11:48:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T13:06:10.000Z (about 3 years ago)
- Last Synced: 2024-10-11T14:58:38.501Z (8 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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: " $?;
```