Skip to content

Commit

Permalink
Last one
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob committed Jun 4, 2024
1 parent 56fc1b7 commit 977840d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/branch-changes-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const comment = ```Changes release to Replicated on channel ${{ steps.generate-channel-info.outputs.channel-name }}! Check the [Replicated Dashboard](https://vendor.replicated.com/apps/carto/channels) for more details.
If you need to test the changes, you can assign the channel to your customer and download the latest version from the Admin Console.```
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: comment
body: `Changes release to Replicated on channel ${{ steps.generate-channel-info.outputs.channel-name }}! Check the [Replicated Dashboard](https://vendor.replicated.com/apps/carto/channels) for more details.
If you need to test the changes, you can assign the channel to your customer and download the latest version from the Admin Console.`
})

0 comments on commit 977840d

Please sign in to comment.