From d4280f417215b481defd72deb974bb3841f21826 Mon Sep 17 00:00:00 2001 From: Juto Yu Date: Sun, 18 Apr 2021 23:32:08 +0800 Subject: [PATCH] Change hello subject --- pipelines/hello-world.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/hello-world.yml b/pipelines/hello-world.yml index c79920a..46919d7 100644 --- a/pipelines/hello-world.yml +++ b/pipelines/hello-world.yml @@ -11,4 +11,4 @@ jobs: source: { repository: busybox } run: path: echo - args: ["Hello world!"] + args: ["Hello Zhou!"]