Skip to content

Inject

Inject #79

Workflow file for this run

name: Inject
on:
schedule:
- cron: '0 */12 * * *'
push:
branches:
- main
permissions:
contents: write
jobs:
inject:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Configure git
run: |
git config --global user.name bids-maintenance
git config --global user.email [email protected]
- name: Run cron job
run: |
tools/inject-schema-fully-auto
- name: Possibly push results
run:
git push