diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 9d13628fc..8e5835323 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -20,7 +20,7 @@ env: jobs: branch_build_setup: if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) || (github.event_name == 'push' ) }} - name: Build-Push Web/Space/API/Proxy Docker Image + name: Branch Build Setup runs-on: ubuntu-20.04 steps: @@ -239,8 +239,8 @@ jobs: uses: distributhor/workflow-webhook@v3 with: webhook_url: https://webhook.site/bac8185e-cb2e-4d32-8ee9-a674542c0d89 - webhook_secret: "123123" # webhook_url: ${{ secrets.WEBHOOK_URL }} + data: '{"branch": "${{ needs.branch_build_setup.outputs.gh_branch_name }}", "status": "success" }' + # webhook_secret: "123123" # webhook_secret: ${{ secrets.WEBHOOK_SECRET }} - # data: '{"branch": "${{ needs.branch_build_setup.outputs.gh_branch_name }}", "status": "success" }'