From 378baa6d3ea40159673c14f3a76601120eb6cc0a Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 25 Jul 2019 21:31:50 -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 402afa1..385e3a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ See [action.yml](action.yml) Basic (upload current working directory): ```yaml -actions: +steps: - uses: actions/checkout@master - uses: actions/download-artifact@master @@ -21,7 +21,7 @@ actions: Download to specific directory: ```yaml -actions: +steps: - uses: actions/checkout@master - uses: actions/download-artifact@master