@@ -3,7 +3,7 @@ tagline: Take your first steps in the world of programming
3
3
description : If you are looking for a quick and fun introduction to the exciting world of programming, this course is for you. Learn fundamental HTML skills and build your first webpage in less than an hour.
4
4
template :
5
5
name : intro-html
6
- url : https://github.com/githubtraining/ intro-to-html-template.git
6
+ repo : intro-to-html-template
7
7
description : ' A robot powered training repository :robot:'
8
8
before :
9
9
- type : createIssue
15
15
- title : Turn on GitHub Pages
16
16
description : Turn on GitHub Pages in the settings page of the repository.
17
17
event : deployment
18
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ issues/1
18
+ link : ' {{ repoUrl }}/issues/1'
19
19
actions :
20
20
- type : respond
21
21
with : 00-openapr.md
24
24
- title : Open a pull request
25
25
description : Open a pull request.
26
26
event : pull_request.opened
27
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ issues/1
27
+ link : ' {{ repoUrl }}/issues/1'
28
28
actions :
29
29
- type : gate
30
30
left : ' %payload.pull_request.head.ref%'
45
45
- title : Build the HTML document structure
46
46
description : Follow the instructions to write the base structure of your HTML file
47
47
event : pull_request.synchronize
48
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
48
+ link : ' {{ repoUrl }}/pulls'
49
49
actions :
50
50
- type : getFileContents
51
51
filename : index.html
76
76
- title : Add a title tag
77
77
description : Add a title tag
78
78
event : pull_request.synchronize
79
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
79
+ link : ' {{ repoUrl }}/pulls'
80
80
actions :
81
81
- type : getFileContents
82
82
filename : index.html
@@ -107,7 +107,7 @@ steps:
107
107
- title : Merge your first pull request
108
108
description : Merge your pull request
109
109
event : pull_request.closed
110
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
110
+ link : ' {{ repoUrl }}/pulls'
111
111
actions :
112
112
- type : gate
113
113
left : ' %payload.pull_request.merged%'
@@ -123,7 +123,7 @@ steps:
123
123
- title : Change your username to an h1 tag
124
124
description : Change your username to an h1 tag
125
125
event : pull_request
126
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
126
+ link : ' {{ repoUrl }}/pulls'
127
127
actions :
128
128
- type : gate
129
129
gates :
@@ -166,7 +166,7 @@ steps:
166
166
- title : Add an image
167
167
description : Add an image
168
168
event : pull_request.synchronize
169
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
169
+ link : ' {{ repoUrl }}/pulls'
170
170
actions :
171
171
- type : getFileContents
172
172
filename : index.html
@@ -189,7 +189,7 @@ steps:
189
189
- title : Merge your second pull request
190
190
description : Merge your pull request
191
191
event : pull_request.closed
192
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
192
+ link : ' {{ repoUrl }}/pulls'
193
193
actions :
194
194
- type : gate
195
195
left : ' %payload.pull_request.merged%'
@@ -205,7 +205,7 @@ steps:
205
205
- title : Create a list
206
206
description : Create a list
207
207
event : pull_request
208
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
208
+ link : ' {{ repoUrl }}/pulls'
209
209
actions :
210
210
- type : gate
211
211
gates :
@@ -253,7 +253,7 @@ steps:
253
253
- title : Add links
254
254
description : Add links
255
255
event : pull_request.synchronize
256
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
256
+ link : ' {{ repoUrl }}/pulls'
257
257
actions :
258
258
- type : getFileContents
259
259
filename : index.html
@@ -275,7 +275,7 @@ steps:
275
275
- title : Merge your third pull request
276
276
description : Merge your pull request
277
277
event : pull_request.closed
278
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
278
+ link : ' {{ repoUrl }}/pulls'
279
279
actions :
280
280
- type : gate
281
281
left : ' %payload.pull_request.merged%'
@@ -295,7 +295,7 @@ steps:
295
295
- title : Make it beautiful
296
296
description : Add some styles to your new site
297
297
event : pull_request.synchronize
298
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
298
+ link : ' {{ repoUrl }}/pulls'
299
299
actions :
300
300
- type : getFileContents
301
301
filename : index.html
@@ -314,7 +314,7 @@ steps:
314
314
- title : Merge the final pull request
315
315
description : Get ready to show off your new skills
316
316
event : pull_request.closed
317
- link : https://github.com/ {{ user.username }}/{{ course.template.name }}/ pulls
317
+ link : ' {{ repoUrl }}/pulls'
318
318
actions :
319
319
- type : gate
320
320
left : ' %payload.pull_request.merged%'
@@ -323,4 +323,3 @@ steps:
323
323
324
324
tags :
325
325
- GitHub Pages
326
- order : 6
0 commit comments