This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ template:
1414
1515# Repo artifacts
1616# repositoryUrl
17+ # actionsUrl
1718# 1. (Issue) Start here!
1819# welcomeIssueUrl
1920# welcomeIssueNumber
@@ -299,7 +300,6 @@ steps:
299300 listCol : " %actions.listColumns.data%"
300301 columnID : " %actions.listColumns.data.0.id%"
301302 quicklink : " %payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
302- actionsTab : " %paylaod.repository.html_url%/actions"
303303
304304 - title : Create better comments
305305 description : Use a templated repsonse as the comment body
Original file line number Diff line number Diff line change 22
33We will make the following changes to the current workflow file:
44
5- - Name each step so we can easily keep track of it in the [ actions tab] ( {{actionsTab }} )
5+ - Name each step so we can easily keep track of it in the [ actions tab] ( {{store.actionsUrl }} )
66- Use expressions to determine ` if ` a step should execute
77
88### :keyboard : Activity: Add newly opened issue to project board
You can’t perform that action at this time.
0 commit comments