We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf0254 commit f210fe0Copy full SHA for f210fe0
config.yml
@@ -67,11 +67,6 @@ steps:
67
left: '%payload.comment.body%'
68
operator: <
69
right: 3
70
- else:
71
- - type: respond
72
- with: 03-unlucky.md
73
- data:
74
- rollNum: '%payload.comment.body%'
75
- type: respond
76
with: 03-lucky.md
77
data:
@@ -80,6 +75,11 @@ steps:
80
81
operator: '>'
82
right: '2'
78
+ - type: respond
79
+ with: 03-unlucky.md
+ data:
+ rollNum: '%payload.comment.body%'
+
83
- title: Adding User Input
84
description: Allow users to input the number and size of dice
85
event: push
0 commit comments