-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm trying to commit a file but a generic error message is being thrown
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 }}Metadata
Metadata
Assignees
Labels
No labels
