5050- title : ' Install Dependencies'
5151 description : Get the repo up and working in your computer
5252 event : pull_request.synchronize
53- link : ' %actions.setup_pr.data.html_url% '
53+ link : ' {{ repoUrl }}/pull/2 '
5454 actions :
5555 - type : getFileContents
5656 action_id : fileContents
6565- title : ' Setting up an Editor'
6666 description : Install VS Code
6767 event : pull_request.synchronize
68- link : ' %actions.setup_pr.data.html_url% '
68+ link : ' {{ repoUrl }}/pull/2 '
6969 actions :
7070 - type : getFileContents
7171 action_id : fileContents
8080- title : ' Building the Project'
8181 description : Create project bundle
8282 event : pull_request.synchronize
83- link : ' %actions.setup_pr.data.html_url% '
83+ link : ' {{ repoUrl }}/pull/2 '
8484 actions :
8585 - type : getFileContents
8686 filename : bundle/index.js
9595- title : ' Testing the Project'
9696 description : Run the tests in the project.
9797 event : pull_request.synchronize
98- link : ' %actions.setup_pr.data.html_url% '
98+ link : ' {{ repoUrl }}/pull/2 '
9999 actions :
100100 - type : getFileContents
101101 filename : __tests__/model_test.re
@@ -110,7 +110,7 @@ steps:
110110- title : ' Verifying the App Works'
111111 description : Create project bundle
112112 event : pull_request_review.submitted
113- link : ' %actions.setup_pr.data.html_url% '
113+ link : ' {{ repoUrl }}/pull/2 '
114114 actions :
115115 - type : gate
116116 left : ' %payload.review.state%'
@@ -132,7 +132,7 @@ steps:
132132- title : ' Fin: Wrapping it up!'
133133 description : Additional links
134134 event : issues
135- link : ' %actions.final_issue.data.html_url% '
135+ link : ' {{ repoUrl }}/issues/3 '
136136 actions :
137137 - type : gate
138138 left : ' %payload.action%'
0 commit comments