Skip to content

Commit 4b6842c

Browse files
committed
doc: update example text
1 parent 8abfeda commit 4b6842c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
2323
## Contributing via Pull Requests
2424
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2525

26-
1. You are working against the latest source on the *master* branch.
26+
1. You are working against the latest source on the *main* branch.
2727
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2828
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2929

@@ -41,4 +41,4 @@ GitHub provides additional document on [forking a repository](https://help.githu
4141

4242

4343
## Finding contributions to work on
44-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/scribd/amazon-appmesh-virtual-gateway-route/labels/help%20wanted) issues is a great place to start.
44+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/scribd/amazon-appmesh-virtual-gateway-route/labels/help%20wanted) issues is a great place to start.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Creates an Amazon App Mesh Virtual Gateway Route
2424

2525
```yaml
2626
- name: App Mesh Virtual Gateway Route
27-
uses: scribd/amazon-appmesh-virtual-gateway-route@master
27+
uses: scribd/amazon-appmesh-virtual-gateway-route-action@v1
2828
with:
2929
name: my-virtual-route-name
3030
mesh-name: my-mesh-name
@@ -70,7 +70,7 @@ Deleting the resource requires `name`, `mesh-name`, `virtual-gateway-name`, and
7070

7171
```yaml
7272
- name: App Mesh Virtual Gateway Route
73-
uses: scribd/amazon-appmesh-virtual-gateway-route@master
73+
uses: scribd/amazon-appmesh-virtual-gateway-route-action@v1
7474
with:
7575
name: my-virtual-route-name
7676
mesh-name: my-mesh-name

0 commit comments

Comments
 (0)