diff --git a/.github/workflows/rit.yml b/.github/workflows/rit.yml index 98e6c8dfb7..24f673ba46 100644 --- a/.github/workflows/rit.yml +++ b/.github/workflows/rit.yml @@ -33,8 +33,8 @@ jobs: id: set-branch-variables env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - github_event_input_powpeg_branch: ${{ github.event.inputs.powpeg-branch }} - github_event_input_rit_branch: ${{ github.event.inputs.rit-branch }} + github_event_inputs_powpeg_branch: ${{ github.event.inputs.powpeg-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 }}