Skip to content

Commit 05c693e

Browse files
committed
Update parameters
1 parent 4faadb2 commit 05c693e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ runs:
330330
if: inputs.swift-version != '' && inputs.swift-repo == ''
331331
uses: compnerd/gha-setup-swift@main
332332
with:
333-
branch: ${{ steps.sanitize-input.outputs.swift-branch }}
334-
tag: ${{ steps.sanitize-input.outputs.swift-tag }}
333+
swift-version: ${{ steps.sanitize-input.outputs.swift-branch }}
334+
swift-build: ${{ steps.sanitize-input.outputs.swift-tag }}
335335

336336
- name: Setup Swift toolchain (Custom)
337337
if: inputs.swift-version != '' && inputs.swift-repo != ''

0 commit comments

Comments
 (0)