Skip to content

Commit

Permalink
chore: fix references to action
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Mar 27, 2023
1 parent c75ede5 commit 1d16f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pr.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Optic Release Automation

This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/nearform/optic-release-automation-action).
This **draft** PR is opened by Github action [optic-release-automation-action](https://github.com/-actions/optic-release-automation-action).

A new **draft** GitHub release [${releaseMeta.version}](${draftRelease.html_url}) has been created.

Expand Down
4 changes: 2 additions & 2 deletions src/utils/notifyIssues.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function createCommentBody(
* [GitHub release](${releaseUrl})
Your **[optic](https://github.com/nearform/optic-release-automation-action)** bot 📦🚀`
Your **[optic](https://github.com/nearform-actions/optic-release-automation-action)** bot 📦🚀`
}

return `🎉 This issue has been resolved in version ${packageVersion} 🎉
Expand All @@ -77,7 +77,7 @@ function createCommentBody(
* [GitHub release](${releaseUrl})
Your **[optic](https://github.com/nearform/optic-release-automation-action)** bot 📦🚀`
Your **[optic](https://github.com/nearform-actions/optic-release-automation-action)** bot 📦🚀`
}

async function notifyIssues(
Expand Down

0 comments on commit 1d16f32

Please sign in to comment.