Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(comment-deploy-link): do not break when a single quote is on title (
#64) This commit fixes the GitHub Action so that it prevents that a pull request title containing the ` character breaks. This is fixed by reading these values (branch and pr title) as strings from environment variables instead of interpolating these in the script, as recommented by https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable NOJIRA-123
- Loading branch information