We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a9078 commit d440e99Copy full SHA for d440e99
.github/scripts/constants.js
@@ -1,7 +1,7 @@
1
module.exports = Object.freeze({
2
/** @type {string} */
3
// Values: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
4
- "PR_ACTION": process.env.PR_ACTION || "",
+ "PR_ACTION": process.env.PR_ACTION?.replace(/"/g, '') || "",
5
6
7
"PR_AUTHOR": process.env.PR_AUTHOR?.replace(/"/g, '') || "",
0 commit comments