Skip to content

chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 #24

chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0

chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 #24

name: check if runo release is available
on: pull_request
jobs:
check-runo-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check if Release of Runo exists
run: curl --output /dev/null --silent --fail https://github.com/aljoshare/runo/releases/tag/v$(cat runo/Chart.yaml | grep "appVersion:" | cut -d':' -f2 | xargs)