Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 13, 2024
1 parent 3133e30 commit 5b995fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@ jobs:
masterBranchName: main
createPR: true
description: |
This PR was created automatically by this
[github action](https://github.com/grafana/oncall/blob/dev/.github/workflows/on-release-published.yml).
This PR was created automatically by
[this github action](https://github.com/grafana/oncall/blob/dev/.github/workflows/on-release-published.yml).
It will be auto-merged very soon, which will then release the updated version of the chart
(version: ${{ steps.prepare-version-tags.outputs.version }}, appVersion: ${{ steps.prepare-version-tags.outputs.app-version }})
into the `grafana/helm-charts` helm repository.
It will be auto-merged very soon, which will then release the updated version of the chart into the
`grafana/helm-charts` helm repository.
message: "Release oncall Helm chart ${{ steps.prepare-version-tags.outputs.version }}"
changes: |
{
Expand Down

0 comments on commit 5b995fd

Please sign in to comment.