Skip to content

pull docs are outdated, not reflecting the breaking change #354

Closed
@secondmanveran

Description

@secondmanveran

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

Metadata

Metadata

Assignees

Labels

type: docsDocumentation changes

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions