We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e8bab commit 3529d63Copy full SHA for 3529d63
.github/workflows/add-to-project.yml
@@ -24,7 +24,7 @@ on:
24
25
jobs:
26
Add-to-project:
27
- if: "${{ github.repository_owner }}" == 'pxLi' # avoid adding issues from forks
+ if: github.repository_owner == 'pxLi' # avoid adding issues from forks
28
runs-on: ubuntu-latest
29
steps:
30
- name: add-to-project
add-to-project/action.yml
@@ -26,5 +26,5 @@ runs:
- name: Adding to project
uses: actions/[email protected]
with:
- project-url: https://github.com/users/pxLi/projects/2
+ project-url: https://github.com/orgs/pxli-io/projects/1
github-token: ${{ inputs.token }}
0 commit comments