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 76cb4a3 + 56bad8f commit acd3d08Copy full SHA for acd3d08
README.md
@@ -20,7 +20,7 @@ steps:
20
- uses: sinoru/actions-setup-xcode@master
21
with:
22
xcode-version: '11.2.1' # Exact version of a Xcode version to use
23
- apple-id: '[email protected]' # Apple ID to download from Apple Developer when Xcode not avilable in local
+ apple-id: '[email protected]' # Apple ID to download from Apple Developer when Xcode not available in local
24
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
25
- run: xcodebuild -h
26
```
0 commit comments