Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 465d24c

Browse files
committed
feat(v2): update README.md to reflect action input changes
1 parent 8fad0bb commit 465d24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ steps:
3131
- name: Run custom command
3232
uses: cedrickring/golang-action@v2.0.0
3333
with:
34-
args: make my-target
34+
customCommand: make my-target
3535
```
3636

3737
If your go project is not located at the root of the repo you can also specify environment variable `PROJECT_PATH`:
3838
```yaml
3939
steps:
4040
- name: Custom project path
4141
uses: cedrickring/golang-action@v2.0.0
42-
env:
43-
PROJECT_PATH: "./path/in/my/project"
42+
with:
43+
projectPath: "path/in/my/project"
4444
```
4545

4646
To use a specific golang version (1.14, 1.15), defaults to the latest version:

0 commit comments

Comments
 (0)