mirror of
https://github.com/walter-base/common-workflow.git
synced 2026-09-08 19:26:46 -04:00
fix: escape markdown fences in release summary
This commit is contained in:
@@ -138,34 +138,34 @@ jobs:
|
|||||||
cat >> "$GITHUB_STEP_SUMMARY" <<EOF
|
cat >> "$GITHUB_STEP_SUMMARY" <<EOF
|
||||||
# Agent marketplace ${VERSION}
|
# Agent marketplace ${VERSION}
|
||||||
|
|
||||||
Release tag: `${TAG}`
|
Release tag: \`${TAG}\`
|
||||||
|
|
||||||
## Claude Code
|
## Claude Code
|
||||||
|
|
||||||
```bash
|
\`\`\`bash
|
||||||
claude plugin marketplace add ${REPOSITORY}@${TAG}
|
claude plugin marketplace add ${REPOSITORY}@${TAG}
|
||||||
claude plugin install ${CLAUDE_PLUGIN_NAME}@${CLAUDE_MARKETPLACE_NAME}
|
claude plugin install ${CLAUDE_PLUGIN_NAME}@${CLAUDE_MARKETPLACE_NAME}
|
||||||
```
|
\`\`\`
|
||||||
|
|
||||||
## Codex
|
## Codex
|
||||||
|
|
||||||
```bash
|
\`\`\`bash
|
||||||
codex plugin marketplace add ${REPOSITORY} --ref ${TAG}
|
codex plugin marketplace add ${REPOSITORY} --ref ${TAG}
|
||||||
codex
|
codex
|
||||||
# In Codex, run: /plugins and install ${CODEX_MARKETPLACE_NAME}.
|
# In Codex, run: /plugins and install ${CODEX_MARKETPLACE_NAME}.
|
||||||
```
|
\`\`\`
|
||||||
|
|
||||||
## OpenCode
|
## OpenCode
|
||||||
|
|
||||||
```bash
|
\`\`\`bash
|
||||||
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT} --agent opencode --skill '*'
|
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT} --agent opencode --skill '*'
|
||||||
```
|
\`\`\`
|
||||||
|
|
||||||
## Cursor
|
## Cursor
|
||||||
|
|
||||||
```bash
|
\`\`\`bash
|
||||||
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT} --agent cursor --skill '*'
|
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT} --agent cursor --skill '*'
|
||||||
```
|
\`\`\`
|
||||||
EOF
|
EOF
|
||||||
- name: Upload archive to GitHub Release
|
- name: Upload archive to GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user