Skip to content

support: Action failed with "The process '/usr/bin/git' failed with exit code 1" #998

@kvabapo

Description

@kvabapo

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.

Describe your question

Were running multiple github actions on our repo every hour i.e. 10 jobs run every hour.

Were facing this error
careos-frontend@1c43450 2566-10-02 10-41-21

it says we need to "git pull" but I can't find that option on the README page. Can you help with this error?

Relevant links

YAML workflow:
 - name: Deploy
        if: always()
        uses: peaceiris/actions-gh-pages@v3
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          publish_dir: ./apps/qa/reports
          destination_dir: ./automation/${{ github.run_id }}

Relevant log output

No response

Additional context.

No response

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions