From 0bee79c7fbdea0ad2a931403e872c7f70e775e04 Mon Sep 17 00:00:00 2001 From: AlexSm Date: Fri, 26 Jan 2024 16:54:46 +0100 Subject: [PATCH] Correct spelling --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8a5695d..4c51b5a 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: MESSAGE="" if [ "${{ github.event.workflow_run.conclusion }}" == "success" ]; then - MESSAGE+="\nRevision builded successful" + MESSAGE+="\nRevision built successfully" MESSAGE+="\nRevision preview [link]($PROJECT_LINK?revision=${REVISION})" CARD_ICON=$ICON_OK else @@ -94,4 +94,4 @@ runs: owner: context.repo.owner, repo: context.repo.repo, body, - }) \ No newline at end of file + })