Skip to content

Commit ea30d08

Browse files
committed
doc: update example text
1 parent e7c7ffe commit ea30d08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+2-2
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-node/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-node/labels/help%20wanted) issues is a great place to start.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Creates an Amazon App Mesh Virtual Node
2424

2525
```yaml
2626
- name: App Mesh Virtual Node
27-
uses: scribd/amazon-appmesh-virtual-node@master
27+
uses: scribd/amazon-appmesh-virtual-node-action@v1
2828
with:
2929
name: my-virtual-node
3030
mesh-name: my-mesh-name
@@ -62,7 +62,7 @@ Deleting the resource requires `name`, `mesh-name`, and `action` to be specified
6262

6363
```yaml
6464
- name: App Mesh Virtual Node
65-
uses: scribd/amazon-appmesh-virtual-node@master
65+
uses: scribd/amazon-appmesh-virtual-node-action@v1
6666
with:
6767
name: my-virtual-node
6868
mesh-name: my-mesh-name

0 commit comments

Comments
 (0)