Skip to content

Commit

Permalink
Update .github/workflows/shared-release-branches.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
  • Loading branch information
goruha and osterman authored May 21, 2024
1 parent 559c0f8 commit bcae32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
const messageId = `<!-- release-pr-comment:${release.id} -->`
const message = `
${messageId}
This functionality was released in [release.name](${release.html_url}).
This functionality was released in [${release.name}](${release.html_url}).
`
const allComments = github.paginate.iterator(github.rest.issues.listComments, parameters)
Expand Down

0 comments on commit bcae32d

Please sign in to comment.