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 eb9b112 commit 56c3d5fCopy full SHA for 56c3d5f
.github/workflows/irc.yml
@@ -9,7 +9,7 @@ jobs:
9
name: "IRC Notifications"
10
steps:
11
- name: "IRC notification"
12
- if: ${{ (github.repository == 'bornhack/bma') && (github.actor != 'dependabot[bot]') }}
+ if: ${{ (github.repository == 'bornhack/bma-cli-python') && (github.actor != 'dependabot[bot]') }}
13
uses: "Gottox/irc-message-action@v2"
14
with:
15
server: "irc.baconsvin.org"
0 commit comments