Skip to content

Commit 55ebb7c

Browse files
committed
Update README.md
1 parent 4f4a26c commit 55ebb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Basic:
1717
```yaml
1818
steps:
1919
- uses: actions/checkout@master
20-
- uses: sinoru/actions-setup-xcode@master
20+
- uses: sinoru/actions-setup-xcode@v1.1
2121
with:
2222
xcode-version: '11.2.1' # Exact version of a Xcode version to use
2323
apple-id: '[email protected]' # Apple ID to download from Apple Developer when Xcode not available in local
2424
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
25-
- run: xcodebuild -h
25+
- run: fastlane scan
2626
```
2727
2828
# License

0 commit comments

Comments
 (0)