From dde3efde375f38d0acf3ce13f287495ec7fc5bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20L=C3=B3pez?= Date: Thu, 14 Dec 2023 14:10:35 -0600 Subject: [PATCH] Update getting-started.md fix typo --- implementing-your-ci-cd/github-1/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementing-your-ci-cd/github-1/getting-started.md b/implementing-your-ci-cd/github-1/getting-started.md index 3b86c25..0a9730d 100644 --- a/implementing-your-ci-cd/github-1/getting-started.md +++ b/implementing-your-ci-cd/github-1/getting-started.md @@ -36,7 +36,7 @@ Under **Name** type in `DEVHUB_SFDX_AUTH_URL` and under **Value**, copy and past ![](../../.gitbook/assets/screen-shot-2021-09-09-at-10.45.34-am.png) {% hint style="info" %} -Once you have done that repeat this step for all other orgs you have for your organisation such as SIT, QA, STAGING, PROD and so on. this is important when we go through the release stage of the pipelines. e.g. PROD\_SFDX\_AUTH\_URL +Once you have done that repeat this step for all other orgs you have for your organization such as SIT, QA, STAGING, PROD and so on. this is important when we go through the release stage of the pipelines. e.g. PROD\_SFDX\_AUTH\_URL {% endhint %} ## C. Test your pipelines