Skip to content

.github/workflows/contributors.yml #50

.github/workflows/contributors.yml

.github/workflows/contributors.yml #50

Workflow file for this run

name: Update Contributors
on:
schedule:
- cron: '0 0 * * *' # Run daily
jobs:
update-contributors:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Dependencies
run: npm install
- name: Run Update Script
run: node .github/Scripts/update-contributors.js