We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd6b38 commit e4c6196Copy full SHA for e4c6196
.github/workflows/forms.yml
@@ -3,18 +3,18 @@ on:
3
paths:
4
- project*.toml
5
- .github/workflows/forms.yml
6
- jobs:
7
- build-deploy:
8
- runs-on: ubuntu-latest
9
- strategy:
10
- matrix:
11
- language:
12
- - de
13
- - en
14
- steps:
15
- - name: Generate Forms
16
- uses: s-ccs/consentform_gh_action@main
17
- with:
18
- language: ${{ matrix.language }}
+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 }}
19
20
0 commit comments