This commit is contained in:
iFargle 2023-10-03 11:24:04 +09:00
parent 6498f9fadb
commit a4a1a489e2

View file

@ -8,14 +8,14 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
home-manager home-manager
lib lib
nixos nixos
flake.lock flake.lock
flake.nix flake.nix
shell.nix shell.nix
- id: nixos-docker-create - id: nixos-docker-create
- uses: ./.forgejo/actions/nixos-docker - uses: ./.forgejo/actions/nixos-docker
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."