From 53b75602adc66b55107d5481d511d10a29e3f5b6 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 20 May 2021 15:24:16 -0700 Subject: [PATCH] fix: change indentation of steps --- action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index fda91fb..e5855cc 100755 --- a/action.yml +++ b/action.yml @@ -21,8 +21,8 @@ inputs: default: "" runs: using: composite - steps: - - uses: actions/setup-node@v2 - with: - node-version: '14' - - run: "node index.js" + steps: + - uses: actions/setup-node@v2 + with: + node-version: "14" + - run: "node index.js"