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

Commit 1c11d22

Browse files
authored
Merge pull request #21 from heckerdj/patch-1
Update 01_label-trigger.md
2 parents 362e637 + 24fe41b commit 1c11d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/01_label-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Every deployment is kicked off by some trigger. Engineers at many companies, lik
2525

2626
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.
2727

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

3030
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)_
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`

0 commit comments

Comments
 (0)