We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f76811 commit 3151f50Copy full SHA for 3151f50
1 file changed
.github/workflows/build.yaml
@@ -63,6 +63,7 @@ jobs:
63
defaults:
64
run:
65
shell: bash
66
+ working-directory: "${{ github.workspace }}"
67
outputs:
68
artifact-name: ${{ steps.upload.outputs.name }}
69
artifact-link: ${{ steps.upload.outputs.link }}
@@ -80,7 +81,7 @@ jobs:
80
81
# in the product.txt
82
fetch-depth: 0
83
- name: Set safe directory (since container is root and not user 1001)
- run: git config --global --add safe.directory ${{ github.workspace }}
84
+ run: pwd && git config --global --add safe.directory ${{ github.workspace }}
85
- name: Build everything
86
run: cd "${{ github.workspace }}" && ./doit.sh -n 4 --verbosity 2 --failure-verbosity 2
87
- name: Prepare artifacts
0 commit comments