From 4cacc6cd848d3ff61038b4907b8813fcdf2f8b7a Mon Sep 17 00:00:00 2001 From: Dasha Lary Date: Wed, 3 May 2023 16:48:50 -0400 Subject: [PATCH] fixed typos in readme --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dc88e48..7db91936 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail ## Contributing via Pull Requests Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that: -1. You are working against the latest source on the *master* branch. +1. You are working against the latest source on the *main* branch. 2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already. 3. You open an issue to discuss any significant work - we would hate for your time to be wasted. diff --git a/README.md b/README.md index 6debf998..91069057 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Additionally, this action will always consider an already configured proxy in th Proxy configured via action input: ```yaml -uses: aws-actions/amazon-ecr-logins@v1.6.0 +uses: aws-actions/amazon-ecr-login@v1.6.0 with: http-proxy: "http://companydomain.com:3128" ````