Skip to content

Commit 747443c

Browse files
committed
[ci] adjust working directory
1 parent 858ecbd commit 747443c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)