Skip to content

Commit

Permalink
Update .github/workflows/rit.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
fmacleal and lucasvuotto committed Sep 20, 2024
1 parent 0c7ab7e commit 9c97b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
github_head_ref: ${{ github.head_ref }}
github_ref_name: ${{ github.ref_name }}
run: |
set -x
PR_DESCRIPTION=pr-description.txt
ALLOWED_BRANCH_CHARACTERS='[-./0-9A-Z_a-z]'
Expand All @@ -57,7 +58,7 @@ jobs:
is_valid_branch_name()
{
echo "$1" | grep -qx "$ALLOWED_BRANCH_CHARACTERS\{1,\}"
echo "$1" | grep -qx "$ALLOWED_BRANCH_CHARACTERS\\{1,\\}"
}
if [ "$github_event_name" = workflow_dispatch ]; then
Expand Down

0 comments on commit 9c97b9d

Please sign in to comment.