Skip to content

Commit

Permalink
link correction
Browse files Browse the repository at this point in the history
  • Loading branch information
myrta2302 committed Jan 21, 2025
1 parent 9cd0cb4 commit 1dffdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/preview/message/update/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
// If Update Icons PR - then include Icons Health page link
if (issueTitle.includes('chore(icons): :point_up: update icons')) {
updatedBody = updatedBody.concat(`- ${PREVIEW_URL}?path=/docs/health-icons--doc\n`);
updatedBody = updatedBody.concat(`- ${PREVIEW_URL}?path=/docs/health-icons--docs\n`);
}
await github.rest.issues.updateComment({
Expand Down

0 comments on commit 1dffdc4

Please sign in to comment.