Skip to content

Generate package versions #49996

Generate package versions

Generate package versions #49996

Workflow file for this run

name: "Generate package versions"
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Update files
run: |
sleep $((RANDOM % 60))
./generate-current.sh
./generate-versions.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update version data
commit_user_email: [email protected]
commit_author: GitHub Actions <[email protected]>