Skip to content

Commit

Permalink
Fix typos in PR comment and documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
cwbusacker committed Mar 19, 2024
1 parent b45007a commit 18d13b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion src/post-comment-on-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const makeSummaryForItem = (item: ArtifactFinalResponseStatus): string => {
<summary><h3>${item.suppliedKey}<code>${
item.shouldRun
}</code></h3></summary>\n
- Last Successfull Run Commit: [${item.sha}](${generateCommitRunUrl(
- Last Successfully Run Commit: [${item.sha}](${generateCommitRunUrl(
item.sha
)})\n
- Pattern: \`${item.filesRegex}\`\n
Expand Down

0 comments on commit 18d13b6

Please sign in to comment.