Skip to content

Commit 56c3d5f

Browse files
committed
fix irc workflow
1 parent eb9b112 commit 56c3d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/irc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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-cli-python') && (github.actor != 'dependabot[bot]') }}
1313
uses: "Gottox/irc-message-action@v2"
1414
with:
1515
server: "irc.baconsvin.org"

0 commit comments

Comments
 (0)