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.
2 parents d6f8ceb + 160faf6 commit f5c82d6Copy full SHA for f5c82d6
action.yml
@@ -1,11 +1,11 @@
1
-name: 'Setup Swift'
+name: 'Setup Swift (swiftenv)'
2
description: 'Set up a specific version of swift using swiftenv'
3
inputs:
4
swift-version:
5
description: 'Exact version of a Swift version to use.'
6
required: true
7
runs:
8
- using: "composite"
+ using: 'composite'
9
steps:
10
- name: Install Essentials
11
shell: bash
0 commit comments