Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
-Correct syntax errors
  • Loading branch information
siniStar7 committed Dec 25, 2024
1 parent a424d2d commit 05701af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ inputs:
password:
description: 'IRC server password'
required: false
channel: #IRC4Fun,#Development
channel: '#IRC4Fun,#Development'
description: 'IRC channel to message'
required: true
channel_key:
description: 'IRC channel password'
required: false
nickname: GitHub
nickname: 'GitHub'
description: 'IRC user nickname'
required: true
sasl_password:
Expand Down

0 comments on commit 05701af

Please sign in to comment.