Closed
Description
Describe the bug
Error: Error: fatal: 'NO-PULL' does not appear to be a git repository
Workflow used
- name: commit assets to branch
uses: EndBug/add-and-commit@v8
with:
default_author: github_actor
new_branch: latest
message: 'chore(deploy): deploy main code to production'
add: '-f public/'
pull: 'NO-PULL'
push: '-f origin latest'
Expected behavior
I expect it to work. Your docs say clearly to enter 'NO_PULL' as an option if you don't want the action to pull. Now suddenly with this new version it breaks.
Logs
https://github.com/jetstreamlabs/jetstreampro/runs/4914677888?check_suite_focus=true