diff --git a/.forgejo/workflows/build-desktop-iso.yml b/.forgejo/workflows/build-desktop-iso.yml index e68a822d..038dbc0e 100644 --- a/.forgejo/workflows/build-desktop-iso.yml +++ b/.forgejo/workflows/build-desktop-iso.yml @@ -16,15 +16,6 @@ jobs: apk update apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ - uses: actions/checkout@v3 - with: - sparse-checkout: | - .forgejo - home-manager - lib - nixos - flake.lock - flake.nix - shell.nix - name: "Directory Structure" run: | ls ${{ github.workspace }}/* diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 653beb41..2db93655 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -17,19 +17,15 @@ jobs: --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: https://code.forgejo.org/actions/checkout@v3 - with: - sparse-checkout: | - .forgejo - home-manager - lib - nixos - flake.lock - flake.nix - shell.nix + - uses: actions/checkout@v3 - name: "Directory Structure" run: | ls ${{ github.workspace }}/* + - name: "Git Info" + run: | + git -C ${{ github.workspace }} status + git -C ${{ github.workspace }} log + git -C ${{ github.workspace }} diff - name: "Runner: Node Info" run: | id