Skip to content

Commit

Permalink
/magic8ball
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-loops committed Mar 9, 2024
1 parent 3817af2 commit 1606ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/magic8ball.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
"Response is unclear, try again!",
"Ask again at a later time!",
],
action: async () => { /* No action needed for neutral responses */ },
action: async () => {/* No action needed for neutral responses */ },
},
review: {
icon: "👀",
Expand Down

0 comments on commit 1606ceb

Please sign in to comment.