Skip to content

Commit f210fe0

Browse files
adamdgithub-learning-lab[bot]
authored andcommitted
Automatic commit from the Course Builder UI
1 parent baf0254 commit f210fe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ steps:
6767
left: '%payload.comment.body%'
6868
operator: <
6969
right: 3
70-
else:
71-
- type: respond
72-
with: 03-unlucky.md
73-
data:
74-
rollNum: '%payload.comment.body%'
7570
- type: respond
7671
with: 03-lucky.md
7772
data:
@@ -80,6 +75,11 @@ steps:
8075
left: '%payload.comment.body%'
8176
operator: '>'
8277
right: '2'
78+
- type: respond
79+
with: 03-unlucky.md
80+
data:
81+
rollNum: '%payload.comment.body%'
82+
8383
- title: Adding User Input
8484
description: Allow users to input the number and size of dice
8585
event: push

0 commit comments

Comments
 (0)