From 4bc0a8d3fb6ec0d39c739a55a49dfcafafb4c600 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 25 Jul 2019 21:27:45 -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 ab24e85..bd4ce2f 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-dotnet@master with: @@ -27,7 +27,7 @@ jobs: matrix: dotnet: [ 2.2.103, 3.5.2, 4.5.1 ] name: Dotnet ${{ matrix.dotnet }} sample - actions: + steps: - uses: actions/checkout@master - name: Setup dotnet uses: actions/setup-dotnet@master