Skip to content

consent forms workflow #1

consent forms workflow

consent forms workflow #1

Workflow file for this run

on:
push:
paths:
- project*.toml
- .github/workflows/forms.yml

Check failure on line 5 in .github/workflows/forms.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/forms.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
build-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
language:
- de
- en
steps:
- name: Generate Forms
uses: s-ccs/consentform_gh_action@main
with:
language: ${{ matrix.language }}