Skip to content

Update CONTRIBUTORS file #24

Update CONTRIBUTORS file

Update CONTRIBUTORS file #24

Workflow file for this run

name: Update CONTRIBUTORS file
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: minicli/[email protected]
name: "Update a projects CONTRIBUTORS file"
env:
CONTRIB_REPOSITORY: 'minicli/curly'
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
CONTRIB_STENCIL_DIR: ${{ github.workspace }}/.stencil
CONTRIB_TEMPLATE: contributors
- 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 }}