Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 192 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 192 Bytes

push

Automate changes and push to repo


Example usage:

steps:
- uses: MansiAyer/push@main
  with:
    script: update.py
    actions-token: ${{ secrets.GITHUB_TOKEN }}