Skip to content

Commit

Permalink
continue on webhook fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Oct 6, 2020
1 parent 6452a36 commit b2249b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send job start webhook
continue-on-error: false
continue-on-error: true
uses: appleboy/discord-action@4c19612
with:
webhook_id: ${{ secrets.WEBHOOK_ID }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Send push webhook
continue-on-error: false
continue-on-error: true
uses: appleboy/discord-action@4c19612
with:
webhook_id: ${{ secrets.WEBHOOK_ID }}
Expand All @@ -64,7 +64,7 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Send push webhook
continue-on-error: false
continue-on-error: true
uses: appleboy/discord-action@4c19612
with:
webhook_id: ${{ secrets.WEBHOOK_ID }}
Expand All @@ -75,7 +75,7 @@ jobs:
env:
DOCKER_HOST: ${{ secrets.SSH_HOST }}
- name: Send up webhook
continue-on-error: false
continue-on-error: true
uses: appleboy/discord-action@4c19612
with:
webhook_id: ${{ secrets.WEBHOOK_ID }}
Expand Down

0 comments on commit b2249b3

Please sign in to comment.