From 9ae2dda33d6efd1a7b5d43ec7377b7d20490a51b Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Tue, 4 Aug 2020 17:21:42 +0200 Subject: [PATCH] Fix indentation --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index a9c65dc..f95b9f5 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: color: 'gray-dark' runs: - using: "composite" + using: 'composite' steps: - - run: julia --color=yes --project -e 'using Pkg; if VERSION >= v"1.1.0-rc1"; Pkg.build(verbose=true); else Pkg.build(); end' - shell: bash + - run: julia --color=yes --project -e 'using Pkg; if VERSION >= v"1.1.0-rc1"; Pkg.build(verbose=true); else Pkg.build(); end' + shell: bash