Skip to content

Commit

Permalink
triage-labelled: Fix step input names
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 19, 2023
1 parent 73e2d1d commit 6c017ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ jobs:
- id: add_to_project
uses: actions/[email protected]
with:
project_url: ${{ env.PROJECT_URL }}
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

- id: set_fields
uses: titoportas/update-project-fields@020b5aa9db8f9501d4b16d6417c2132ff26e6279 # v0.1.0
with:
project_url: ${{ env.PROJECT_URL }}
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
item-id: ${{ steps.add_to_project.outputs.itemId }} # Use the item-id output of the previous step
field-keys: Workstream,module
Expand Down

0 comments on commit 6c017ab

Please sign in to comment.