From f4f10b5c16c9704b01c7cac7e946f7641b89ba57 Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Mon, 13 Jan 2020 10:57:42 +0530 Subject: [PATCH] fix dumb indentation error --- .github/workflows/cli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index ef22671..18336e8 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -29,9 +29,9 @@ jobs: go-version: ${{ matrix.go }} - name: Use Node.js 10.x - uses: actions/setup-node@v1 - with: - node-version: 10.x + uses: actions/setup-node@v1 + with: + node-version: 10.x - name: Set GOPATH and PATH run: |