Skip to content

update site data

update site data #907

name: update site data
on:
schedule: [{cron: "0 0 * * *"}]
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "16"
- run: npm install
- run: node scripts/getReleasesInformation.mjs
- run: node scripts/getRepoInformation.mjs
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[:robot: BOT] Update orgContributors.json and releases.json"
create_branch: false