Skip to content

make name shorter

make name shorter #3

Workflow file for this run

name: Check config.xml version
on:
push:
branches:
- 'feature/PLUG-155'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Compare version

Check failure on line 13 in .github/workflows/check-version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-version.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
run: [[ "v$(xmlstarlet sel -t -v '//config/default/payment/truelayer/version' ./etc/config.xml)" == $(git describe --tags --abbrev=0 | tr -d '\n') ]]