We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c690a97 commit 476ce4cCopy full SHA for 476ce4c
.github/workflows/notif-push-to-slack.yml
@@ -7,12 +7,10 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-latest
10
- if: github.event.pusher.name == 'bigorn0'
+ if: github.event.pusher.name == 'pdesmarets'
11
env:
12
AUTHOR: ${{ github.event.pusher.name }}
13
steps:
14
- - name: notify
15
- run: echo "${AUTHOR}"
16
- name: notify slack
17
id: slack
18
uses: slackapi/slack-github-action@v1.26.0
0 commit comments