From 24fe41b273c05a80811d0de0e8984a78009f4f4d Mon Sep 17 00:00:00 2001 From: heckerdj Date: Fri, 17 Jan 2020 07:54:23 -0500 Subject: [PATCH] Update 01_label-trigger.md Fixed typo, "based on an a label" > "based on a label" --- responses/01_label-trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/01_label-trigger.md b/responses/01_label-trigger.md index 057170f..d6fd186 100644 --- a/responses/01_label-trigger.md +++ b/responses/01_label-trigger.md @@ -25,7 +25,7 @@ Every deployment is kicked off by some trigger. Engineers at many companies, lik In a GitHub Actions workflow, the `on` step defines what causes the workflow to run. In this case, we want the workflow to run whenever a label is applied to the pull request. -### :keyboard: Activity: Configure the workflow trigger based on an a label being added +### :keyboard: Activity: Configure the workflow trigger based on a label being added 1. Edit the `deploy-staging.yml` file on this branch, or [use this quick link]({{ repoUrl }}/edit/staging-workflow/.github/CHANGETHIS/deploy-staging.yml?) _(We recommend opening the quick link in another tab)_ 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`