diff --git a/README.md b/README.md index 105d47a..a68b1d2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The GitHub token used to authenticate API requests. You can use the `{{ secrets. This is the key in which we mention the workflow name and pattern that we want to match which are seperated by `,`. ### `UPLOAD_KEY` (required) -This is required when you want to update on successfull run of a job. +This is required when you want to update the successful run of a job. ### `DISABLE_CHECK` This is used if you want to disable check then all the keys that are provided will have shouldRun as `true`. diff --git a/src/post-comment-on-pr.ts b/src/post-comment-on-pr.ts index c0f0e48..343b05b 100644 --- a/src/post-comment-on-pr.ts +++ b/src/post-comment-on-pr.ts @@ -15,7 +15,7 @@ const makeSummaryForItem = (item: ArtifactFinalResponseStatus): string => {

${item.suppliedKey}${ item.shouldRun }

\n - - Last Successfull Run Commit: [${item.sha}](${generateCommitRunUrl( + - Last Successfully Run Commit: [${item.sha}](${generateCommitRunUrl( item.sha )})\n - Pattern: \`${item.filesRegex}\`\n