Skip to content

Commit e457a9c

Browse files
committed
fix: incorrect org labelling for action
1 parent ccdc17e commit e457a9c

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)