Skip to content

Sync with betterncm database full. #15561

Sync with betterncm database full.

Sync with betterncm database full. #15561

Workflow file for this run

name: Sync with betterncm database full.
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 ./downloads.json https://betterncm.microblock.cc/api/getFullAnalyzeDataReal
- name: Commit it back to repo.
uses: stefanzweifel/[email protected]
with:
commit_message: Sync with betterncm database.
commit_author: Author <[email protected]>