Skip to content

Commit 3529d63

Browse files
committed
xyz
1 parent 15e8bab commit 3529d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
Add-to-project:
27-
if: "${{ github.repository_owner }}" == 'pxLi' # avoid adding issues from forks
27+
if: github.repository_owner == 'pxLi' # avoid adding issues from forks
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: add-to-project

add-to-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ runs:
2626
- name: Adding to project
2727
uses: actions/[email protected]
2828
with:
29-
project-url: https://github.com/users/pxLi/projects/2
29+
project-url: https://github.com/orgs/pxli-io/projects/1
3030
github-token: ${{ inputs.token }}

0 commit comments

Comments
 (0)