Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sync-microsoft-foundry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync Microsoft Foundry
name: Sync microsoft-foundry canvas

on:
workflow_dispatch:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
echo "has_changes=true" >> "$GITHUB_OUTPUT"
{
echo "## Microsoft Foundry Sync"
echo "## Sync microsoft-foundry canvas"
echo
echo "- Source: \`SmallBlackHole/foundry-agent-canvas@${{ needs.build.outputs.source_sha }}\`"
echo "- Marketplace version: \`${{ steps.metadata.outputs.version_label }}\`"
Expand Down
4 changes: 2 additions & 2 deletions microsoft-foundry/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "microsoft-foundry",
"description": "Interactive Copilot canvas for designing, configuring, testing and deploying hosted agents to Microsoft Foundry.",
"version": "1.0.2",
"description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.",
"version": "1.0.3",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
Expand Down
2 changes: 1 addition & 1 deletion microsoft-foundry/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Foundry
# Microsoft Foundry Canvas

A GitHub Copilot App canvas extension for designing Microsoft Foundry hosted
agents from a side panel. It combines live Foundry project discovery with
Expand Down