Skip to content

Commit

Permalink
Fix: correct org name in workflow (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Dec 6, 2024
2 parents d88f3ab + f90434f commit cc81de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/compiler/projects/${{ vars.GH_PROJECT }}
project-url: https://github.com/orgs/compilerla/projects/${{ vars.GH_PROJECT }}
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}

- uses: EndBug/project-fields@v2
with:
operation: set
fields: Effort,Status
values: 1,In review
project_url: https://github.com/orgs/compiler/projects/${{ vars.GH_PROJECT }}
project_url: https://github.com/orgs/compilerla/projects/${{ vars.GH_PROJECT }}
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 comments on commit cc81de7

Please sign in to comment.