Skip to content

Commit a8f1214

Browse files
committed
add slack notif
1 parent f3947f1 commit a8f1214

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
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/[email protected]

0 commit comments

Comments
 (0)