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" ````