Skip to content

Commit

Permalink
add slack notif
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Jul 23, 2024
1 parent f03f3ae commit 75f8e90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/notif-push-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 75f8e90

Please sign in to comment.