mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
triage-labelled: Fix step input names
This commit is contained in:
parent
73e2d1dbe4
commit
6c017ab936
1 changed files with 2 additions and 2 deletions
4
.github/workflows/triage-labelled.yml
vendored
4
.github/workflows/triage-labelled.yml
vendored
|
@ -147,13 +147,13 @@ jobs:
|
||||||
- id: add_to_project
|
- id: add_to_project
|
||||||
uses: actions/add-to-project@v0.5.0
|
uses: actions/add-to-project@v0.5.0
|
||||||
with:
|
with:
|
||||||
project_url: ${{ env.PROJECT_URL }}
|
project-url: ${{ env.PROJECT_URL }}
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
- id: set_fields
|
- id: set_fields
|
||||||
uses: titoportas/update-project-fields@020b5aa9db8f9501d4b16d6417c2132ff26e6279 # v0.1.0
|
uses: titoportas/update-project-fields@020b5aa9db8f9501d4b16d6417c2132ff26e6279 # v0.1.0
|
||||||
with:
|
with:
|
||||||
project_url: ${{ env.PROJECT_URL }}
|
project-url: ${{ env.PROJECT_URL }}
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
item-id: ${{ steps.add_to_project.outputs.itemId }} # Use the item-id output of the previous step
|
item-id: ${{ steps.add_to_project.outputs.itemId }} # Use the item-id output of the previous step
|
||||||
field-keys: Workstream,module
|
field-keys: Workstream,module
|
||||||
|
|
Loading…
Reference in a new issue