Skip to content

update-app-version

update-app-version #2

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:
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: test
run: echo ${{ @wearefrank/gemeente-team.contains(github.actor) }}

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

View workflow run for this annotation

GitHub Actions / update-app-version

Invalid workflow file

The workflow is not valid. .github/workflows/update-app-version.yaml (Line: 21, Col: 14): Unexpected symbol: '@wearefrank/gemeente-team'. Located at position 1 within expression: @wearefrank/gemeente-team.contains(github.actor)
- name: update appVersion
run: echo WIP
- name: update version
run: echo WIP