From e19e960a8905ee06908e42967e40b9f637cd250e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 11 May 2019 21:31:19 +0800 Subject: [PATCH] chore: update format --- .github/main.workflow | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 5f57392..0302f8e 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -56,5 +56,9 @@ action "Add secret in args" { "HOST", "KEY", ] - args = ["--username", "$USERNAME", "--source", "tests/a.txt", "--source", "tests/b.txt"] + args = [ + "--username", "$USERNAME", + "--source", "tests/a.txt", + "--source", "tests/b.txt", + ] }