Skip to content

Commit ae0f9d7

Browse files
committed
fix irc action
1 parent fc486d7 commit ae0f9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/irc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
name: "IRC Notifications"
1010
steps:
1111
- name: "IRC notification"
12-
if: ${{ (github.repository == 'bornhack/bma') && (github.actor != 'dependabot[bot]') }}
12+
if: ${{ (github.repository == 'bornhack/bma-client-lib-python') && (github.actor != 'dependabot[bot]') }}
1313
uses: "Gottox/irc-message-action@v2"
1414
with:
1515
server: "irc.baconsvin.org"
1616
channel: "#bornhack-website"
1717
nickname: "webteambot"
1818
message: |-
19-
${{ github.actor }} pushed new bma-client-python commits: ${{ github.event.compare }} - latest commit msg: "${{ github.event.head_commit.message }}"
19+
${{ github.actor }} pushed new bma-client-lib-python commits: ${{ github.event.compare }} - latest commit msg: "${{ github.event.head_commit.message }}"
2020
...

0 commit comments

Comments
 (0)