From 676045d59036859f2062ee1baaddcf803573db75 Mon Sep 17 00:00:00 2001 From: Ugo Bechameil Date: Tue, 23 Jul 2024 12:13:56 +0200 Subject: [PATCH] add slack notif --- .github/workflows/notif-push-to-slack.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/notif-push-to-slack.yml b/.github/workflows/notif-push-to-slack.yml index ef2f8300..03e8559e 100644 --- a/.github/workflows/notif-push-to-slack.yml +++ b/.github/workflows/notif-push-to-slack.yml @@ -7,12 +7,10 @@ on: jobs: notify: runs-on: ubuntu-latest - if: github.event.pusher.name == 'bigorn0' + if: github.event.pusher.name == 'pdesmarets' env: AUTHOR: ${{ github.event.pusher.name }} steps: - - name: notify - run: echo "${AUTHOR}" - name: notify slack id: slack uses: slackapi/slack-github-action@v1.26.0