We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476ce4c commit b7c0057Copy full SHA for b7c0057
.github/workflows/notif-push-to-slack.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-latest
10
- if: github.event.pusher.name == 'pdesmarets'
+ if: github.event.pusher.name == '${{ secrets.COMMIT_PUSH_SOURCE }}'
11
env:
12
AUTHOR: ${{ github.event.pusher.name }}
13
steps:
@@ -24,7 +24,7 @@ jobs:
24
"type": "section",
25
"text": {
26
"type": "mrkdwn",
27
- "text": "Direct push to develop: ${{ github.event.head_commit.url }}"
+ "text": "Push: ${{ github.event.head_commit.url }}"
28
}
29
30
]
0 commit comments