Would be great to be able to specify a path to add. E.g. I want to generate some test recordings and only add them, and ignore any other changes.
Something like:
- name: push
uses: github-actions-x/commit@v2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'test: adds Polly recordings'
files: tests/
Thanks!
Would be great to be able to specify a path to add. E.g. I want to generate some test recordings and only add them, and ignore any other changes.
Something like:
Thanks!