From 151c33b150056991fec66048fed50ed682775c6c Mon Sep 17 00:00:00 2001 From: frederico leal Date: Tue, 29 Oct 2024 16:05:46 +0100 Subject: [PATCH] Fixing typos in the env variable that gets branch from workflow --- .github/workflows/rit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rit.yml b/.github/workflows/rit.yml index 7aa77fc6..fe3dc9b0 100644 --- a/.github/workflows/rit.yml +++ b/.github/workflows/rit.yml @@ -31,8 +31,8 @@ jobs: id: set-branch-variables env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - github_event_input_rskj_branch: ${{ github.event.inputs.rskj-branch }} - github_event_input_rit_branch: ${{ github.event.inputs.rit-branch }} + github_event_inputs_rskj_branch: ${{ github.event.inputs.rskj-branch }} + github_event_inputs_rit_branch: ${{ github.event.inputs.rit-branch }} github_event_name: ${{ github.event_name }} github_event_pull_request_number: ${{ github.event.pull_request.number }} github_head_ref: ${{ github.head_ref }}