Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit fe4ea22

Browse files
committed
use the store for the actions link
1 parent ead9d07 commit fe4ea22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: config.yml

+1-1
Original file line numberDiff line numberDiff 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

Diff for: responses/06_steps-activity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We 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

0 commit comments

Comments
 (0)