From b7233e854598d60e357a289338ac90267d196acb Mon Sep 17 00:00:00 2001 From: Borales Date: Mon, 21 Oct 2019 19:57:29 +0200 Subject: [PATCH] Updating README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b07f83..11d4135 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ jobs: - uses: actions/checkout@v1 - uses: borales/actions-yarn@v2.0.0 with: - cmd: install + cmd: install # will run `yarn install` command - uses: borales/actions-yarn@v2.0.0 with: - cmd: build + cmd: build # will run `yarn build` command - uses: borales/actions-yarn@v2.0.0 with: - cmd: test + cmd: test # will run `yarn test` command ``` > `cmd` value will be used as a command for Yarn