Skip to content

Commit

Permalink
build: allow plus symbol in branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovchyk committed Sep 27, 2024
1 parent 1a0e26a commit 5b047d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
PR_DESCRIPTION=pr-description.txt
ALLOWED_BRANCH_CHARACTERS='[-./0-9A-Z_a-z]'
ALLOWED_BRANCH_CHARACTERS='[-+./0-9A-Z_a-z]'
default_rskj_branch=master
default_powpeg_branch=master
Expand Down

0 comments on commit 5b047d1

Please sign in to comment.