Skip to content

Nightly update

Nightly update #21

Workflow file for this run

name: Nightly update
on:
schedule:
- cron: '16 0 * * *'
jobs:
update-zig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
version: 12
- run: npm install @octokit/action
- run: node .github/actions/zig-update.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}