This commit is contained in:
iFargle 2023-11-30 15:20:28 +09:00
parent 9a36039a66
commit 2ed6fa021c
2 changed files with 6 additions and 19 deletions

View file

@ -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 }}/*

View file

@ -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