forked from microsoft/project-oagents
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* modify output setting * add outputs to child workflow * rename + fix * fix
- Loading branch information
1 parent
3663ec4
commit cd51e60
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-test-packages.yml → ...workflows/oagents-build-test-packages.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build and test the nuget packages | ||
name: '[OAgents nuget] Build and test' | ||
|
||
on: | ||
workflow_call: | ||
|
7 changes: 5 additions & 2 deletions
7
.github/workflows/initialize-context.yml → .../workflows/oagents-initialize-context.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.github/workflows/publish-nuget.yml → .github/workflows/oagents-publish-nuget.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Publish the nuget packages | ||
name: '[OAgents nuget] Publish nuget package' | ||
|
||
on: | ||
workflow_call: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters