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 <39061310+lucasvuotto@users.noreply.github.com>
  • Loading branch information
fmacleal and lucasvuotto authored Sep 19, 2024
1 parent 4f4b5e6 commit 4c3a2c3
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 @@ -49,7 +49,7 @@ jobs:
# On lines matching "`$_prefix:...`", replace the lines with the
# thing in ... and print the result.
_branch=$(sed -n "/\`$_prefix:$ALLOWED_BRANCH_CHARACTERS\{1,\}\`/ s/.*\`$_prefix:\($ALLOWED_BRANCH_CHARACTERS\{1,\}\)\`.*/\1/p" "$PR_DESCRIPTION")
_branch=$(sed -n "\\,\`$_prefix:$ALLOWED_BRANCH_CHARACTERS\{1,\}\`, s,.*\`$_prefix:\($ALLOWED_BRANCH_CHARACTERS\{1,\}\)\`.*,\1,p" "$PR_DESCRIPTION")
echo "$_branch"
}
Expand Down

0 comments on commit 4c3a2c3

Please sign in to comment.