File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,12 @@ jobs:
134134 # persist-credentials: false
135135
136136 - name : Mark the workspace as safe
137+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
137138 # https://github.com/actions/checkout/issues/766
138139 run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
139140
140141 - name : Test the archive plugin
142+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
141143 env :
142144 EXAMPLE : ${{ matrix.examples }}
143145 run : |
@@ -173,9 +175,11 @@ jobs:
173175 # persist-credentials: false
174176
175177 - name : Mark the workspace as safe
178+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
176179 # https://github.com/actions/checkout/issues/766
177180 run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
178181
179182 - name : Check for Foundation or ICU dependency
183+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
180184 run : |
181185 .github/workflows/scripts/check-link-foundation.sh
You can’t perform that action at this time.
0 commit comments