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 265a24b commit 37671fbCopy full SHA for 37671fb
.github/workflows/forms.yml
@@ -20,7 +20,7 @@ jobs:
20
shell: bash
21
id: read_toml
22
run: |
23
- toml_content=$(cat project_*.toml)
+ toml_content=$(cat project_*.toml | base64 -w0)
24
echo "toml_content=$toml_content" >> $GITHUB_OUTPUT
25
- name: Generate Forms
26
uses: s-ccs/consentform_gh_action@main
0 commit comments