Skip to content

Update CONTRIBUTORS file #113

Update CONTRIBUTORS file

Update CONTRIBUTORS file #113

name: Update CONTRIBUTORS file
on:
schedule:
- cron: "0 12 * * 0"
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: minicli/action-contributors@v3
name: "Update a projects CONTRIBUTORS file"
env:
CONTRIB_REPOSITORY: 'phparkitect/arkitect'
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
- name: Commit changes
uses: test-room-7/action-update-file@v1
with:
file-path: 'CONTRIBUTORS.md'
commit-msg: Update Contributors
github-token: ${{ secrets.GITHUB_TOKEN }}