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

Commit ae515f6

Browse files
committed
fix quicklinks
1 parent cfac256 commit ae515f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ before:
4444
store:
4545
repositoryUrl: '{{ payload.repository.html_url }}'
4646
actionsUrl: '{{ payload.repository.html_url }}/actions'
47-
workflowEditUrl: '{{ repoUrl }}/edit/master/.github/workflows/my-workflow.yml'
48-
branchSettingsUrl: '{{ repoUrl }}/settings/branches'
47+
workflowEditUrl: '{{ payload.repository.html_url }}/edit/master/.github/workflows/my-workflow.yml'
48+
branchSettingsUrl: '{{ payload.repository.html_url }}/settings/branches'
4949
- type: createProjectBoard
5050
name: Learning Lab Project Board
5151
description: >-

responses/02_workflow-triggered.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Try the following troubleshooting steps:
2424
2525
If you need to make changes to your code, remove the [master branch protection]({{ store.branchSettingsUrl }}) and merge your changes into the `master` branch.
2626
</details>
27+
2728
---
2829

2930
I'll respond in this issue after your workflow runs!

0 commit comments

Comments
 (0)