From 0351feb393e0b75e291b168d31c1941e2e7328db Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 25 Jul 2019 21:00:00 -0400 Subject: [PATCH] changing actions to steps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36bd3c49..9e4cee1c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See [action.yml](action.yml) Basic: ```yaml -actions: +steps: - uses: actions/checkout@master - uses: actions/setup-node@master with: @@ -28,7 +28,7 @@ jobs: matrix: node: [ 10, 8 ] name: Node ${{ matrix.node }} sample - actions: + steps: - uses: actions/checkout@master - name: Setup node uses: actions/setup-node@master