@credal/actions 0.2.27 → 0.2.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8361,7 +8361,7 @@ export const githubListPullRequestsDefinition = {
8361
8361
  provider: "github",
8362
8362
  };
8363
8363
  export const githubSearchRepositoryDefinition = {
8364
- description: "Search for repositories in a GitHub organization",
8364
+ description: "Search for code, issues and pull requests within a repository in a GitHub organization",
8365
8365
  scopes: [],
8366
8366
  parameters: {
8367
8367
  type: "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credal/actions",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
4
4
  "type": "module",
5
5
  "description": "AI Actions by Credal AI",
6
6
  "sideEffects": false,