Skip to content

Commit

Permalink
fixed typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dashalary committed May 3, 2023
1 parent f5c280a commit 4cacc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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"
````
Expand Down

0 comments on commit 4cacc6c

Please sign in to comment.