Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic error message #12

Open
darklight9811 opened this issue Jan 31, 2022 · 4 comments
Open

Generic error message #12

darklight9811 opened this issue Jan 31, 2022 · 4 comments

Comments

@darklight9811
Copy link

darklight9811 commented Jan 31, 2022

I'm trying to commit a file but a generic error message is being thrown

image

I don't know if the issue is the file not being found, if the repo is not being found, the branch, etc.

Github action:

name: Update CONTRIBUTORS file

on:
  push:
    branches: [ development ]

jobs:
  main:
    runs-on: ubuntu-latest
    steps:
      - uses: minicli/action-contributors@v3
        name: "Update a projects CONTRIBUTORS file"
        env:
          CONTRIB_REPOSITORY: ${{ github.repository }}
          CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'

      - name: Commit changes
        uses: test-room-7/action-update-file@v1
        with:
          file-path: 'CONTRIBUTORS.md'
          commit-msg: '[actions] update contributors'
          github-token: ${{ secrets.WORKFLOW_TOKEN }}
@alexesprit
Copy link
Member

alexesprit commented Feb 2, 2022

Hi! Thank for for reporting the issue. Have you any public repository where this error can be reproduced? If no, could you build the one to investigate this?

@shawaj
Copy link

shawaj commented Mar 10, 2022

@shawaj
Copy link

shawaj commented Mar 10, 2022

@alexesprit scratch that, in my case I worked out the issue ... The account that opened the personal access token, I hadn't given write access to the repo

@darklight9811
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants