From 77e02d0fad48fe8ca9b75099b95f1e43a4e33250 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 15 May 2019 06:50:16 +0800 Subject: [PATCH] chore: update --- .github/main.workflow | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 31c1d5c..1f5f15f 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -26,6 +26,6 @@ action "Support Private Key" { ] args = [ "--user", "actions", - "--script", "ls -al", + "--script", "'ls -al'", ] } diff --git a/README.md b/README.md index 17dc079..76d04c3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ action "Support Private Key" { ] args = [ "--user", "actions", - "--script", "ls -al", + "--script", "'ls -al'", ] } ```