Skip to content

fix: correct a mistake in values file merging for gitops validation #25

fix: correct a mistake in values file merging for gitops validation

fix: correct a mistake in values file merging for gitops validation #25

Workflow file for this run

name: bump-version
on:
push:
branches:
- main
paths-ignore:
- .pre-commit-config.yaml
- shell.nix
- README.md
- .github/**
jobs:
bump-version:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true