Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored and yndx-birman committed Jan 26, 2024
1 parent c8fbf2d commit 0bee79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -94,4 +94,4 @@ runs:
owner: context.repo.owner,
repo: context.repo.repo,
body,
})
})

0 comments on commit 0bee79c

Please sign in to comment.