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 0626ee7 commit 8797bdcCopy full SHA for 8797bdc
.github/workflows/docs-sync.translate.yaml
@@ -49,8 +49,9 @@ jobs:
49
- name: Read prompt from file
50
id: prompt
51
run: |
52
- prompt_value=$(cat .github/workflows/prompt.txt | sed ':a;N;$!ba;s/\n/\\n/g')
53
- echo "prompt=$prompt_value" >> $GITHUB_OUTPUT
+ echo 'prompt<<EOF' >> $GITHUB_OUTPUT
+ cat .github/workflows/prompt.txt >> $GITHUB_OUTPUT
54
+ echo 'EOF' >> $GITHUB_OUTPUT
55
56
- name: Run GPT Translate
57
uses: 3ru/[email protected]
0 commit comments