Skip to content

Update Helm Chart

Update Helm Chart #1

name: Update Helm Chart
on:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Dispatch an action and get the run ID
uses: codex-/return-dispatch@v1
id: return_dispatch
with:
token: ${{ secrets.GH_TOKEN }}
ref: main
repo: charts
owner: wearefrank
workflow: update-app-version.yml
workflow_inputs: { "chart": "charts/zaakbrug", "version": "1337" }

Check failure on line 19 in .github/workflows/update-helm-chart.yml

View workflow run for this annotation

GitHub Actions / Update Helm Chart

Invalid workflow file

The workflow is not valid. .github/workflows/update-helm-chart.yml (Line: 19, Col: 28): A mapping was not expected
- name: Use the output run ID
run: echo ${{steps.return_dispatch.outputs.run_id}}