Skip to content

Commit

Permalink
icon -> emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
heybereket committed Jul 9, 2023
1 parent ce22702 commit 020eba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
description: Event Description
required: false

icon:
emoji:
description: Event Emoji
required: false

Expand Down
2 changes: 1 addition & 1 deletion dist/lawg.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function run() {
body: JSON.stringify({
title: process.env.LAWG_TITLE,
description: process.env.LAWG_DESCRIPTION,
icon: process.env.LAWG_ICON,
emoji: process.env.LAWG_EMOJI,
notify: process.env.LAWG_NOTIFY,
}),
headers: {
Expand Down
2 changes: 1 addition & 1 deletion src/lawg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function run() {
body: JSON.stringify({
title: process.env.LAWG_TITLE,
description: process.env.LAWG_DESCRIPTION,
icon: process.env.LAWG_ICON,
emoji: process.env.LAWG_EMOJI,
notify: process.env.LAWG_NOTIFY,
}),
headers: {
Expand Down

0 comments on commit 020eba4

Please sign in to comment.