Skip to content

Commit 8934c4b

Browse files
author
Guven Karanfil
committed
remove comments for paramater
1 parent d7aecea commit 8934c4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Local Action' with the appropriate information.
109109
id: testing-distribution-appcircle
110110
uses: appcircleio/appcircle-testing-distribution-githubaction
111111
with:
112-
personalAPIToken: ${{ secrets.AC_PROFLE_API_TOKEN }} # Appcircle Personal API Token
112+
personalAPIToken: ${{ secrets.AC_PROFLE_API_TOKEN }}
113113
profileName: ${{ secrets.AC_PROFILE_NAME }}
114114
createProfileIfNotExists: ${{ secrets.CREATE_PROFILE_IF_NOT_EXISTS }}
115-
appPath: ${{ secrets.APP_PATH }} # Path to your iOS .ipa or .xcarchive, or Android APK or App Bundle
115+
appPath: ${{ secrets.APP_PATH }}
116116
message: ${{ secrets.MESSAGE }}
117117
```
118118

0 commit comments

Comments
 (0)