NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

more debugging

+2 -2
+1 -1
.forgejo/workflows/build.yaml
··· 24 24 25 25 - name: Debug 26 26 run: | 27 - cat /tmp/entrypoint-env.txt 27 + cat /tmp/entrypoint-env.txt || true 28 28 ps aux 29 29 ls -l /nix/var/nix/db/big-lock 30 30 set
+1 -1
.github/workflows/build2.yaml
··· 35 35 ls -la $HOME 36 36 echo $GITHUB_WORKSPACE 37 37 ls -la $GITHUB_WORKSPACE 38 - cat /tmp/entrypoint-env.txt 38 + cat /tmp/entrypoint-env.txt || true 39 39 40 40 - name: Reuse Lint 41 41 run: |