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 586dc8e commit 68e6811Copy full SHA for 68e6811
.github/workflows/ai-docs-pr.yml
@@ -37,6 +37,6 @@ jobs:
37
git push origin "$branch"
38
39
- name: Create Pull Request
40
- run: gh pr create --base main --head "doc-update-${{ github.run_id }}" --title "Automated Doc Update" --body "Prompt: ${{ github.event.client_payload.prompt }}"
+ run: gh pr create --base main --head "doc-update-${{ github.run_id }}" --title "Automated Doc Update" --body "Prompt:${{github.event.client_payload.prompt}}"
41
env:
42
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments