Skip to content

Commit 476ce4c

Browse files
committed
add slack notif
1 parent c690a97 commit 476ce4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/notif-push-to-slack.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-latest
10-
if: github.event.pusher.name == 'bigorn0'
10+
if: github.event.pusher.name == 'pdesmarets'
1111
env:
1212
AUTHOR: ${{ github.event.pusher.name }}
1313
steps:
14-
- name: notify
15-
run: echo "${AUTHOR}"
1614
- name: notify slack
1715
id: slack
1816
uses: slackapi/slack-github-action@v1.26.0

0 commit comments

Comments
 (0)