Skip to content

Synchronize upstream inputs #4

Synchronize upstream inputs

Synchronize upstream inputs #4

Workflow file for this run

name: Synchronize Upstream
on:
workflow_dispatch:
jobs:
sync-upstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: master
submodules: true
token: "${{ secrets.ACCESS_TOKEN }}"
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: update flake upstream inputs
shell: bash
run: |
nix flake update
git add .
git status
# git push -u origin master