Skip to content

Commit

Permalink
fix(ci): correct syntax in field update step
Browse files Browse the repository at this point in the history
uses underscores, not dashes
  • Loading branch information
thekaveman committed May 14, 2024
1 parent de9feca commit f5e4417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-project-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
operation: set
fields: Effort
values: 1
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
project_url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 comments on commit f5e4417

Please sign in to comment.