Skip to content

chore: add workflow for updating appversion #3

chore: add workflow for updating appversion

chore: add workflow for updating appversion #3

name: update-app-version
on:
workflow_dispatch:
inputs:
distinct_id:
chart:
required: true
description: Path to chart to update
appVersion:
required: true
description: The desired version
jobs:
update:
if: @wearefrank/gemeente-team.contains(github.actor)

Check failure on line 16 in .github/workflows/update-app-version.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-app-version.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
runs-on: ubuntu-latest
steps:
- name: The chart ${{ github.event.inputs.chart }} will be updated to appVersion ${{ github.event.inputs.appVersion }}
run: echo The chart ${{ github.event.inputs.chart }} will be updated to appVersion ${{ github.event.inputs.appVersion }}
- name: update appVersion
run: echo WIP
- name: update version
run: echo WIP