From c069d3ff3baa6e00ff674eaf197b92ec091d979e Mon Sep 17 00:00:00 2001 From: Vladimir Zatsepin <67796627+vladimirzatsepin@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:24:11 +0200 Subject: [PATCH] Update README.md 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 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa615f6..8acc0c9 100644 --- a/README.md +++ b/README.md @@ -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}}