nix-system/.forgejo/workflows/nix-inputs-update.yml
Antoine Vaure bc9d0ac69a
Some checks failed
/ build-all (push) Has been cancelled
add workflow to update flake inputs
2025-09-23 15:50:38 +02:00

16 lines
610 B
YAML

name: "Update Flake Packages ❄️"
on:
workflow_dispatch:
jobs:
updateFlakePackages:
runs-on: native
steps:
- run: git clone https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY $GITHUB_REPOSITORY
- run: pwd
- run: pwd
working-directory: ${{join([FORGEJO_WORKSPACE, env.$GITHUB_REPOSITORY], '/')}}
- run: git checkout $GITHUB_REF
working-directory: ${{ env.$GITHUB_REPOSITORY }}
- name: Update flake packages
working-directory: ${{ env.$GITHUB_REPOSITORY }}
uses: https://github.com/selfuryon/nix-update-action@v1.1.0