Skip to content

Sync with betterncm database. #15357

Sync with betterncm database.

Sync with betterncm database. #15357

Workflow file for this run

name: Sync with betterncm database.
on:
push:
branches: [ "main" ]
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Sync with betterncm database.
run: wget -O ./versions.json https://betterncm.microblock.cc/api/getPluginDownloadsReal
- name: Commit it back to repo.
uses: stefanzweifel/[email protected]
with:
commit_message: Sync with betterncm database.
commit_author: Author <[email protected]>