Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
pull/338/head
falkTX 4 years ago
parent
commit
a309df8a1f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/irc.yml

+ 1
- 1
.github/workflows/irc.yml View File

@@ -17,4 +17,4 @@ jobs:
with:
channel: '#kxstudio'
nickname: kxstudio-bot
message: steps.message.outputs.message
message: ${{ steps.message.outputs.message }}

Loading…
Cancel
Save