From 6b65d870d8fc95e7b5d92f541d892a6af4c50d78 Mon Sep 17 00:00:00 2001 From: Vaishnavi Subhedar - Xilinx <141360387+SubhedarV@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:03:41 -0700 Subject: [PATCH] just keeping env and removed all inputs with --- .github/workflows/xrt_mock.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/xrt_mock.yaml b/.github/workflows/xrt_mock.yaml index 3fca707c19d..3a4b5b8ba21 100644 --- a/.github/workflows/xrt_mock.yaml +++ b/.github/workflows/xrt_mock.yaml @@ -199,8 +199,5 @@ jobs: steps: - name: Notify Slack on failure uses: 8398a7/action-slack@v3 - with: - status: ${{ job.status }} - fields: repo,message,commit,author,action env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}