From 16b038d9bddd0d271a612cdd4dc76944db8f3a46 Mon Sep 17 00:00:00 2001 From: bootstrap-package-actions Date: Sat, 11 Jun 2022 11:10:35 +0000 Subject: [PATCH] chore(actions-bootstrap): update default actions --- .github/workflows/pkgbuild.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/pkgbuild.yml b/.github/workflows/pkgbuild.yml index 337e185..0f2a596 100644 --- a/.github/workflows/pkgbuild.yml +++ b/.github/workflows/pkgbuild.yml @@ -41,14 +41,3 @@ jobs: gpg_signing_key_base64: ${{ secrets.GPG_SECRET_KEY_BASE64 }} dispatch-token: ${{ secrets.DISPATCH }} force-update: ${{ github.event.inputs.force-update }} - - name: telegram - if: failure() - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_TO }} - token: ${{ secrets.TELEGRAM_TOKEN }} - disable_web_page_preview: true - message: | - Failed to build ${{ github.repository }} for ${{ matrix.archlinux_arch }} - - Check pipeline: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}