Skip to content

Commit ddd254d

Browse files
committed
Fix quote heredoc to prevent shell expansion
1 parent ceae2f7 commit ddd254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr-on-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Run Python script to generate guideline file
3030
run: |
31-
cat <<EOF | uv run python scripts/auto-pr-helper.py --save
31+
cat <<'EOF' | uv run python scripts/auto-pr-helper.py --save
3232
${{ toJson(github.event.issue) }}
3333
EOF
3434

0 commit comments

Comments
 (0)