fix linting
This commit is contained in:
parent
3133e3013d
commit
5b995fdc57
1 changed files with 4 additions and 5 deletions
9
.github/workflows/on-release-published.yml
vendored
9
.github/workflows/on-release-published.yml
vendored
|
|
@ -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: |
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue