Skip to content

Commit 8bf14ec

Browse files
Removing async options
From repoFullname prop in Star Repo action
1 parent f1880dc commit 8bf14ec

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

components/github/actions/star-repo/star-repo.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ export default {
55
key: "github-star-repo",
66
name: "Star Repo",
77
description: "Star a repository. [See the docs](https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#star-a-repository-for-the-authenticated-user) for more info.",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
github,
1212
repoFullname: {
13-
propDefinition: [
14-
github,
15-
"repoFullname",
16-
],
13+
type: "string",
14+
label: "Repository",
15+
description: "The name of the repository (not case sensitive). The format should be `owner/repo` (for example, `PipedreamHQ/pipedream`).",
1716
},
1817
},
1918
async run({ $ }) {

components/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/github",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Pipedream Github Components",
55
"main": "github.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)