From 5aaa225683b4fa427d98306d347f7ac4bd3a7397 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Fri, 19 Aug 2022 19:33:00 +0200 Subject: [PATCH] typo --- dev/tasks/docs/github.linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/docs/github.linux.yml b/dev/tasks/docs/github.linux.yml index 6dd8efaa8d117..853729dd9a5ae 100644 --- a/dev/tasks/docs/github.linux.yml +++ b/dev/tasks/docs/github.linux.yml @@ -63,4 +63,4 @@ jobs: git add docs/$URL_PATH git commit -m "Add docs preview for PR {{ pr_number }}" git push - echo ":open_book: You can find the preview here $URL" >> $GITHUB_STEP_SUMMARY + echo ":open_book: You can find the preview here: $URL" >> $GITHUB_STEP_SUMMARY