diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 0632d167..845c2f71 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -11,7 +11,7 @@ jobs: - name: "Setup Runner" run: | apk update - apk add git nodejs nix # --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ + apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ git config --global user.email "${{github.actor}}" git config --global user.name "Albert J. Copeland" - uses: actions/checkout@v3