From 6686834eeb3a1615d3c43fcf4b6db0a544bd5edf Mon Sep 17 00:00:00 2001 From: Nad Alaba <37968805+NadAlaba@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:30:41 +0300 Subject: [PATCH] chore(workflows): use correct name of action input (@NadAlaba) (#6378) change the name of the input action that should've been changed in #6344 when the action was changed. Sorry! --- .github/workflows/ci-failure-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-failure-comment.yml b/.github/workflows/ci-failure-comment.yml index ebbeccd97..0463c68d9 100644 --- a/.github/workflows/ci-failure-comment.yml +++ b/.github/workflows/ci-failure-comment.yml @@ -15,8 +15,8 @@ jobs: - name: Download workflow artifact uses: actions/download-artifact@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - run_id: ${{ github.event.workflow_run.id }} + github-token: ${{ secrets.GITHUB_TOKEN }} + run-id: ${{ github.event.workflow_run.id }} - name: Read the pr_num file id: pr_num_reader