fix: Reformat Blackbox exporter alert text #57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: GoogleCloudPlatform/[email protected] | |
id: release | |
with: | |
# use the CI token to pretend not to be a action | |
token: ${{ secrets.CONTIAMO_CI_TOKEN }} | |
release-type: simple | |
package-name: "" | |
bump-minor-pre-major: true | |
changelog-types: | | |
[ | |
{"type":"feat","section":"Features","hidden":false}, | |
{"type":"fix","section":"Bug Fixes","hidden":false}, | |
{"type":"chore","section":"Miscellaneous","hidden":false}, | |
{"type":"docs","section":"Miscellaneous","hidden":false}, | |
{"type":"refactor","section":"Miscellaneous","hidden":false} | |
] | |
- name: Debug release output | |
run: | | |
echo '${{ toJSON(steps.release.outputs) }}' |