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

Commit 728a4a7

Browse files
committed
correct quicklink in step 1
1 parent e3e816e commit 728a4a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ before:
3535
title: Create a staging workflow
3636
body: 01_label-trigger.md
3737
head: staging-workflow
38-
data:
39-
workflowUrl: '%payload.repository.html_url%/new/%payload.pull_request.head.ref%?filename=.github/CHANGETHIS/deploy-staging.yml'
4038

4139
# protected branch
4240
- type: updateBranchProtection

responses/01_label-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In a GitHub Actions workflow, the `on` step defines what causes the workflow to
2727

2828
### :keyboard: Activity: Configure the workflow trigger based on an a label being added
2929

30-
1. Edit the `deploy-staging.yml` file on this branch, or [use this quick link]({{ workflowUrl }}.
30+
1. Edit the `deploy-staging.yml` file on this branch, or [use this quick link]({{ repoUrl }}/edit/staging-workflow/.github/CHANGETHIS/deploy-staging.yml?)
3131
2. Change the name of the directory `CHANGETHIS` to `workflows`, so the title of this file with the path is `.github/workflows/deploy-staging.yml`
3232
3. Edit the contents of this file to trigger on a label
3333

0 commit comments

Comments
 (0)