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 4f4a26c commit 55ebb7cCopy full SHA for 55ebb7c
README.md
@@ -17,12 +17,12 @@ Basic:
17
```yaml
18
steps:
19
- uses: actions/checkout@master
20
-- uses: sinoru/actions-setup-xcode@master
+- uses: sinoru/actions-setup-xcode@v1.1
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 available in local
24
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
25
-- run: xcodebuild -h
+- run: fastlane scan
26
```
27
28
# License
0 commit comments