We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775f2a3 commit 9605e65Copy full SHA for 9605e65
1 file changed
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
COMMIT_MSG=$(git log -1 --pretty=%s)
54
{
55
sleep 1
56
- printf "PASS %s\r\n" "$IRC_PASSWORD"
+ printf "PASS tumble-deploy:%s\r\n" "$IRC_PASSWORD"
57
printf "NICK tumble-deploy\r\n"
58
printf "USER tumble-deploy 0 * :Tumble Deploy Bot\r\n"
59
sleep 3
0 commit comments