Skip to content

Commit 37671fb

Browse files
authored
Update forms.yml
1 parent 265a24b commit 37671fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash
2121
id: read_toml
2222
run: |
23-
toml_content=$(cat project_*.toml)
23+
toml_content=$(cat project_*.toml | base64 -w0)
2424
echo "toml_content=$toml_content" >> $GITHUB_OUTPUT
2525
- name: Generate Forms
2626
uses: s-ccs/consentform_gh_action@main

0 commit comments

Comments
 (0)