From 6c064fd367bce4ec4a6c3141d1e686f85da527a6 Mon Sep 17 00:00:00 2001 From: marcmam2 Date: Sun, 14 Nov 2021 18:04:49 -0300 Subject: [PATCH 1/2] Update managing-remote-repositories.md deleting extra words --- .../getting-started-with-git/managing-remote-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/managing-remote-repositories.md b/content/get-started/getting-started-with-git/managing-remote-repositories.md index 678c2f8733..3ffdb947b4 100644 --- a/content/get-started/getting-started-with-git/managing-remote-repositories.md +++ b/content/get-started/getting-started-with-git/managing-remote-repositories.md @@ -172,7 +172,7 @@ $ git remote -v ### Troubleshooting: Could not rename config section 'remote.[old name]' to 'remote.[new name]' -This error means that the remote you tried the old remote name you typed doesn't exist. +This error means that the old remote name you typed doesn't exist. You can check which remotes currently exist with the `git remote -v` command: From 21c02cbc59049570413926bb95f95f2f85e81b8b Mon Sep 17 00:00:00 2001 From: zyellowhorse <41761775+zyellowhorse@users.noreply.github.com> Date: Sun, 14 Nov 2021 16:14:28 -0700 Subject: [PATCH 2/2] Fix typo in OIDC --- .../configuring-openid-connect-in-amazon-web-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index 0155d6f285..af36775458 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -72,7 +72,7 @@ The `aws-actions/configure-aws-credentials` action receives a JWT from the {% da - ``: Add the name of your S3 bucket here. - ``: Replace the example with your AWS role. -- ``: Add the name of your AWs region here. +- ``: Add the name of your AWS region here. ```yaml{:copy} # Sample workflow to access AWS resources when workflow is tied to branch