Skip to content

Update and push changes to repository #55

Update and push changes to repository

Update and push changes to repository #55

Workflow file for this run

name: Update and push changes to repository
on:
push:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: write
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- name: Generate datas
run: nix run
- name: Commit everything and push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update databases
commit_user_email: [email protected]
commit_author: GitHub Actions <[email protected]>