Skip to content

Commit

Permalink
chore(actions-bootstrap): update default actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstrap-package-actions committed Jul 27, 2022
1 parent 45de296 commit e45d03f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pkgbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit e45d03f

Please sign in to comment.