From 2c32981aaf12441ea47d7b44528bbc024bc8a572 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 10 Nov 2024 21:29:43 -0800 Subject: [PATCH] Try adding the discord webhook --- .gitea/workflows/build-and-push.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 72b6e405..0db41f05 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -74,7 +74,9 @@ jobs: options: --insecure --server 192.168.1.205 --auth-token ${{ secrets.ARGOCD_TOKEN }} set dragon-bot --helm-set image.tag=${{ gitea.run_id }} post-status-to-discord: - - uses: sarisia/actions-status-discord@v1 - if: github.event_name != 'pull_request' - with: - webhook: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file + steps: + if: github.event_name != 'pull_request' + - name: Post status to discord + uses: sarisia/actions-status-discord@v1 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file