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 4747 description : " Container image for the plugin test job. Defaults to Swift 6.2 on Ubuntu."
4848 default : " swift:6.2-noble"
4949
50-
5150# # We are cancelling previously triggered workflow runs
5251concurrency :
5352 group : ${{ github.workflow }}-${{ github.ref }}-${{ inputs.name }}
@@ -124,12 +123,10 @@ jobs:
124123 persist-credentials : false
125124
126125 - name : Mark the workspace as safe
127- working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
128126 # https://github.com/actions/checkout/issues/766
129127 run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
130128
131129 - name : Test the archive plugin
132- working-directory : ${{ github.event.repository.name }} # until we can use action/checkout@v4
133130 env :
134131 EXAMPLE : ${{ matrix.examples }}
135132 run : |
You can’t perform that action at this time.
0 commit comments