We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faadb2 commit 05c693eCopy full SHA for 05c693e
.github/actions/setup-build/action.yml
@@ -330,8 +330,8 @@ runs:
330
if: inputs.swift-version != '' && inputs.swift-repo == ''
331
uses: compnerd/gha-setup-swift@main
332
with:
333
- branch: ${{ steps.sanitize-input.outputs.swift-branch }}
334
- tag: ${{ steps.sanitize-input.outputs.swift-tag }}
+ swift-version: ${{ steps.sanitize-input.outputs.swift-branch }}
+ swift-build: ${{ steps.sanitize-input.outputs.swift-tag }}
335
336
- name: Setup Swift toolchain (Custom)
337
if: inputs.swift-version != '' && inputs.swift-repo != ''
0 commit comments