Skip to content

Commit 33cf48c

Browse files
authored
Update action.yml
1 parent 485ec3e commit 33cf48c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

add-to-project/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
name: "Add to Project"
1616
description: "Add new issue or pull request to the project"
1717
inputs:
18-
owner:
19-
description: "Repository Owner"
20-
required: true
21-
type: string
2218
token:
2319
description: "GitHub token"
2420
required: true
@@ -27,8 +23,7 @@ inputs:
2723
runs:
2824
using: "composite"
2925
steps:
30-
- name: Add issues or pull request to project
31-
# if: "${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
26+
- name: Adding to project
3227
uses: actions/[email protected]
3328
with:
3429
project-url: https://github.com/users/pxLi/projects/2

0 commit comments

Comments
 (0)