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:
134
134
# persist-credentials: false
135
135
136
136
- name : Mark the workspace as safe
137
+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
137
138
# https://github.com/actions/checkout/issues/766
138
139
run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
139
140
140
141
- name : Test the archive plugin
142
+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
141
143
env :
142
144
EXAMPLE : ${{ matrix.examples }}
143
145
run : |
@@ -173,9 +175,11 @@ jobs:
173
175
# persist-credentials: false
174
176
175
177
- name : Mark the workspace as safe
178
+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
176
179
# https://github.com/actions/checkout/issues/766
177
180
run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
178
181
179
182
- name : Check for Foundation or ICU dependency
183
+ working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
180
184
run : |
181
185
.github/workflows/scripts/check-link-foundation.sh
You can’t perform that action at this time.
0 commit comments