Skip to content

Commit 9114112

Browse files
authored
Merge pull request rsksmart#497 from rsksmart/unused-var
Remove unused env vars
2 parents 9c89df3 + 4055e64 commit 9114112

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)