NixOS-based container for running GitHub actions
0
fork

Configure Feed

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

test building with runner on gh

+1 -1
+1 -1
.github/workflows/build2.yaml
··· 34 34 35 35 - name: Configure safe directories 36 36 run: | 37 - git config --global safe.directory=* 37 + git config --global safe.directory ${{ github.workspace }} 38 38 39 39 - name: Reuse Lint 40 40 run: |