This repository has been archived on 2025-06-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ludusavi-manifest/.github/workflows/import.yaml

23 lines
495 B
YAML

on:
schedule:
- cron: '0 0 * * *'
name: Import
jobs:
recent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v1
with:
node-version: '10'
- run: |
npm install
npm run recent
npm run schema
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Import recent changes from PCGamingWiki