NixOS-based container for running GitHub actions
0
fork

Configure Feed

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

update alternate gh build

+2 -6
+2 -6
.github/workflows/build2.yaml
··· 32 32 set 33 33 echo $HOME 34 34 ls -la $HOME 35 - echo ${{ github.workspace }} 36 - ls -la ${{ github.workspace }} 37 - 38 - - name: Configure safe directories 39 - run: | 40 - git config --global safe.directory ${{ github.workspace }} 35 + echo $GITHUB_WORKSPACE 36 + ls -la $GITHUB_WORKSPACE 41 37 42 38 - name: Reuse Lint 43 39 run: |