File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ jobs:
134134 - name : Send Slack Notification on Success
135135 if : success() && github.event.pull_request.head.repo.owner.login == 'rsksmart'
136136 uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
137- env :
138- GITHUB_EVENT_PULL_REQUEST_HTML_URL : ${{ github.event.pull_request.html_url }}
139137 with :
140138 token : ${{ secrets.GHA_SLACK_NOTIFICATION_TOKEN }}
141139 method : chat.postMessage
@@ -164,8 +162,6 @@ jobs:
164162 - name : Send Slack Notification on Failure
165163 if : failure() && github.event.pull_request.head.repo.owner.login == 'rsksmart'
166164 uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
167- env :
168- GITHUB_EVENT_PULL_REQUEST_HTML_URL : ${{ github.event.pull_request.html_url }}
169165 with :
170166 token : ${{ secrets.GHA_SLACK_NOTIFICATION_TOKEN }}
171167 method : chat.postMessage
You can’t perform that action at this time.
0 commit comments