From a931b67bbcf9799548692c23816c5585b273620a Mon Sep 17 00:00:00 2001 From: Ugo Bechameil Date: Tue, 23 Jul 2024 12:13:50 +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 ef2f830..03e8559 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