Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(pr-title): Escape variables used in bash scripts (#992)
Don't insert github expressions directly in the bash script. - It breaks if there are [backticks] or [quotes] inside the variable. - It's a security issue, it allows arbitrary code injections from the PR description. The solution is to put them into env variables first.
- Loading branch information