fix CI by running pnpm (#9587)

This commit is contained in:
Ahmed Ibrahim 2026-01-20 20:54:15 -08:00 committed by GitHub
parent 527b7b4c02
commit 465da00d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ There are multiple submission paths, but they share the same core rules:
3. Expands `/prompts:` custom prompts:
- Named args use key=value parsing.
- Numeric args use positional parsing for `$1..$9` and `$ARGUMENTS`.
The expansion preserves text elements and yields the final submission payload.
The expansion preserves text elements and yields the final submission payload.
4. Prunes attachments so only placeholders that survive expansion are sent.
5. Clears pending pastes on success and suppresses submission if the final text is empty and there
are no attachments.