Choose any two refs to compare.
··· 3 branch: ["main"] 4 5 steps: 6 - - name: user? 7 - command: | 8 - whoami 9 - - name: build server w nix 10 command: | 11 nix build -L --show-trace
··· 3 branch: ["main"] 4 5 steps: 6 + - name: build server 0 0 0 7 command: | 8 nix build -L --show-trace