Skip to content

Synchronize upstream inputs #8

Synchronize upstream inputs

Synchronize upstream inputs #8

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: sync-upstream
submodules: "recursive"
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: |
pwd
ls
# nix flake update
# git add .
# git status
# git push -u origin master