From 08f9575fd68ac23eb61a5063cab19011b89d8d74 Mon Sep 17 00:00:00 2001 From: NSPC911 <87571998+NSPC911@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:48:32 +0800 Subject: [PATCH] nuked workflow --- .github/workflows/main.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b71771b..1dd0ed0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,18 +49,3 @@ jobs: run: | curl -X DELETE -H "Authorization: token ${{ secrets.BOT_TOKEN }}" \ https://api.github.com/repos/${{ github.repository }}/actions/artifacts/$artifact_id - - - name: Notify Discord - uses: sarisia/actions-status-discord@v1.13.0 - with: - webhook: ${{ secrets.LOG_HOOK }} - title: "" - description: | - ### [becomtweaks.github.io:main](https://github.com/becomtweaks/becomtweaks.github.io/tree/main) has new commits - [`${{ env.latest_commit_message }}`](https://github.com/BEComTweaks/becomtweaks.github.io/commit/${{ github.sha }}) by ${{ github.actor }} - - -# Online at https://becomtweaks.github.io/ - avatar_url: "https://avatars.githubusercontent.com/u/176916861?v=4" - username: "NSPBot911" - nodetail: true - notimestamp: true \ No newline at end of file