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 ceae2f7 commit ddd254dCopy full SHA for ddd254d
.github/workflows/auto-pr-on-issue.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Run Python script to generate guideline file
30
run: |
31
- cat <<EOF | uv run python scripts/auto-pr-helper.py --save
+ cat <<'EOF' | uv run python scripts/auto-pr-helper.py --save
32
${{ toJson(github.event.issue) }}
33
EOF
34
0 commit comments