Skip to content

Commit e93992c

Browse files
authored
Merge pull request #2361 from IntersectMBO/fix-action-add-issue-to-project
fix: incorrect org labelling for action
2 parents ccdc17e + e457a9c commit e93992c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/[email protected]
1313
with:
14-
project-url: https://github.com/users/IntersectMBO/projects/30
14+
project-url: https://github.com/orgs/IntersectMBO/projects/30
1515
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
1616

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

0 commit comments

Comments
 (0)