We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f1214 commit c8db7aaCopy full SHA for c8db7aa
.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