Skip to content

Commit

Permalink
Merge pull request #2361 from IntersectMBO/fix-action-add-issue-to-pr…
Browse files Browse the repository at this point in the history
…oject

fix: incorrect org labelling for action
  • Loading branch information
Ryun1 authored Nov 11, 2024
2 parents ccdc17e + e457a9c commit e93992c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/IntersectMBO/projects/30
project-url: https://github.com/orgs/IntersectMBO/projects/30
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

add-to-community-backlog-project:
Expand All @@ -20,5 +20,5 @@ jobs:
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/IntersectMBO/projects/34
project-url: https://github.com/orgs/IntersectMBO/projects/34
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit e93992c

Please sign in to comment.