From d2ce6cc2ded49a33c629910277184da2fb63e28c Mon Sep 17 00:00:00 2001 From: Macbook Date: Mon, 14 Oct 2024 20:49:59 +0700 Subject: [PATCH] revert build android because error build android action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cecf32e3..3ea9a177 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -525,4 +525,4 @@ jobs: if: ${{ fromJSON(steps.pull_request.outputs.data)[0].number != '' }} run: | echo "Pull request:" >> $GITHUB_STEP_SUMMARY - echo "[[#${{ fromJSON(steps.pull_request.outputs.data)[0].number }}] ${{ fromJSON(steps.pull_request.outputs.data)[0].title }}](${{ fromJSON(steps.pull_request.outputs.data)[0].html_url }})" >> $GITHUB_STEP_SUMMARY + echo "[[#${{ fromJSON(steps.pull_request.outputs.data)[0].number }}] ${{ fromJSON(steps.pull_request.outputs.data)[0].title }}](${{ fromJSON(steps.pull_request.outputs.data)[0].html_url }})" >> $GITHUB_STEP_SUMMARY \ No newline at end of file