diff --git a/.github/scripts/constants.js b/.github/scripts/constants.js index 2c1d6f9ab76..3447bef0ac2 100644 --- a/.github/scripts/constants.js +++ b/.github/scripts/constants.js @@ -1,7 +1,7 @@ module.exports = Object.freeze({ /** @type {string} */ // Values: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request - "PR_ACTION": process.env.PR_ACTION || "", + "PR_ACTION": process.env.PR_ACTION?.replace(/"/g, '') || "", /** @type {string} */ "PR_AUTHOR": process.env.PR_AUTHOR?.replace(/"/g, '') || "",