From 09a02b9a375d11bcc5fd0194edf6ea2179f616ce Mon Sep 17 00:00:00 2001 From: Natsu Date: Wed, 19 Jun 2024 04:07:49 +0700 Subject: [PATCH] chore: Remove unused URL in Android CI configuration --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce50b78..9e929c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,6 @@ jobs: webhook: ${{ secrets.DISCORD_WEBHOOK }} status: ${{ job.status }} title: "Android CI" - url: "https://github.com/NatsumeLS/Gakumas-Localify-EN/actions/workflows/build.yml" - name: Send New Build Notification to Discord uses: sarisia/actions-status-discord@v1