In order to use this:
- new file in
.github/workflows/forms.yml
- Fill in:
on:
push:
paths:
- project*.toml
- .github/workflows/forms.yml
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 }}
- Have a
project_*.toml
file in your root directory.
The toml file currently needs the following fields:
TBD