Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

update-meta

update-meta #307

Workflow file for this run

name: update-meta
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-meta:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: automation/update-prebuilt
- run: automation/update-versions
- run: automation/update-github-actions
- run: automation/update-targets
- uses: test-room-7/[email protected]
with:
file-path: |
meta/*.json
.github/workflows/*.yml
commit-msg: Update metadata
github-token: ${{ secrets.GH_TOKEN }}