From bfaab2d62fba56e43e45da5b74bda2425d3f410b Mon Sep 17 00:00:00 2001 From: Maxwell Date: Fri, 3 May 2024 11:33:28 +0200 Subject: [PATCH] fix: correct check name for publication --- .github/workflows/android-publish-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-publish-artifact.yml b/.github/workflows/android-publish-artifact.yml index 527492d..362bd8f 100644 --- a/.github/workflows/android-publish-artifact.yml +++ b/.github/workflows/android-publish-artifact.yml @@ -28,7 +28,7 @@ jobs: with: ref: ${{ github.ref }} running-workflow-name: android-publish-artifact - check-name: android-unit-test + check-name: unit repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 20 - uses: gradle/actions/setup-gradle@v3