|
40 | 40 | type: string |
41 | 41 | description: "Container image for the matrix job. Defaults to matching latest Swift 6.2 Amazon Linux 2 image." |
42 | 42 | default: "swift:6.2-amazonlinux2" |
43 | | - matrix_linux_swift_container_image: |
44 | | - type: string |
45 | | - description: "Container image for the matrix job. Defaults to matching latest Swift 6.2 Amazon Linux 2 image." |
46 | | - default: "swift:6.2-amazonlinux2" |
47 | 43 |
|
48 | 44 | ## We are cancelling previously triggered workflow runs |
49 | 45 | concurrency: |
@@ -131,13 +127,16 @@ jobs: |
131 | 127 |
|
132 | 128 | # Checkout the pull request |
133 | 129 | git checkout -qf FETCH_HEAD |
| 130 | +
|
134 | 131 | # - name: Checkout repository |
135 | 132 | # uses: actions/checkout@v4 |
136 | 133 | # with: |
137 | 134 | # persist-credentials: false |
| 135 | + |
138 | 136 | - name: Mark the workspace as safe |
139 | 137 | # https://github.com/actions/checkout/issues/766 |
140 | 138 | run: git config --global --add safe.directory ${GITHUB_WORKSPACE} |
| 139 | + |
141 | 140 | - name: Test the archive plugin |
142 | 141 | env: |
143 | 142 | EXAMPLE: ${{ matrix.examples }} |
@@ -167,13 +166,16 @@ jobs: |
167 | 166 |
|
168 | 167 | # Checkout the pull request |
169 | 168 | git checkout -qf FETCH_HEAD |
| 169 | +
|
170 | 170 | # - name: Checkout repository |
171 | 171 | # uses: actions/checkout@v4 |
172 | 172 | # with: |
173 | 173 | # persist-credentials: false |
| 174 | + |
174 | 175 | - name: Mark the workspace as safe |
175 | 176 | # https://github.com/actions/checkout/issues/766 |
176 | 177 | run: git config --global --add safe.directory ${GITHUB_WORKSPACE} |
| 178 | + |
177 | 179 | - name: Check for Foundation or ICU dependency |
178 | 180 | run: | |
179 | 181 | .github/workflows/scripts/check-link-foundation.sh |
0 commit comments