Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Otherwise repository is not found:
```bash
git clone  https://github.com/joabalea/App-Center-action
Cloning into 'App-Center-action'...
remote: Repository not found.
fatal: repository 'https://github.com/joabalea/App-Center-action/' not found
```
  • Loading branch information
vladimirzatsepin committed Oct 4, 2022
1 parent 6a3cd4d commit c069d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: build release
run: ./gradlew assembleRelease
- name: run any App Center CLI command
uses: joabalea/App-Center-action@v1.0.2
uses: avocaddo/App-Center-action@v1.0.2
with:
command: appcenter distribute stores publish -s Beta -f app/build/outputs/apk/release/app-release-unsigned.apk -r releaseNote -a user/app
token: ${{secrets.APP_CENTER_TOKEN}}
Expand Down

0 comments on commit c069d3f

Please sign in to comment.