From fb0fde1081dc6951898d1ddf84eb9b440aebf1a2 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 25 Jul 2019 21:28:46 -0400 Subject: [PATCH] actions to steps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 131922d..c13f360 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-go@master with: @@ -27,7 +27,7 @@ jobs: matrix: go: [ 1.8, 1.9.3, 1.10 ] name: Go ${{ matrix.go }} sample - actions: + steps: - uses: actions/checkout@master - name: Setup go uses: actions/setup-go@master