File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 47
47
description : " Container image for the plugin test job. Defaults to Swift 6.2 on Ubuntu."
48
48
default : " swift:6.2-noble"
49
49
50
-
51
50
# # We are cancelling previously triggered workflow runs
52
51
concurrency :
53
52
group : ${{ github.workflow }}-${{ github.ref }}-${{ inputs.name }}
@@ -124,12 +123,10 @@ jobs:
124
123
persist-credentials : false
125
124
126
125
- name : Mark the workspace as safe
127
- working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
128
126
# https://github.com/actions/checkout/issues/766
129
127
run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
130
128
131
129
- name : Test the archive plugin
132
- working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
133
130
env :
134
131
EXAMPLE : ${{ matrix.examples }}
135
132
run : |
You can’t perform that action at this time.
0 commit comments