From 6c017ab936f02b82650b4fc6e297e0933f3e2f92 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 19 Oct 2023 12:14:31 +0100 Subject: [PATCH] triage-labelled: Fix step input names --- .github/workflows/triage-labelled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index a3a9a4b9c9..109c212637 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -147,13 +147,13 @@ jobs: - id: add_to_project uses: actions/add-to-project@v0.5.0 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