Skip to content

Commit

Permalink
Merge pull request #2834 from rsksmart/fmacleal/fix-typo-in-rit-branch
Browse files Browse the repository at this point in the history
Fixing typos in branch config
  • Loading branch information
Vovchyk authored Nov 4, 2024
2 parents 79ccb40 + 427e4d5 commit 908c242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 908c242

Please sign in to comment.