diff --git a/.github/actions/ensure-stable-pr/action.yml b/.github/actions/ensure-stable-pr/action.yml index 1df0efc286..f8d8ac9188 100644 --- a/.github/actions/ensure-stable-pr/action.yml +++ b/.github/actions/ensure-stable-pr/action.yml @@ -17,5 +17,5 @@ runs: const commentCreated = new Date(github.issue_comment.created_at); if (prLastUpdated > commentCreated) { - core.setFailed("The PR has been updated since $CMD was initiated. Please review the changes and re-run the $CMD command.'); + core.setFailed("The PR has been updated since $CMD was initiated. Please review the changes and re-run the $CMD command."); }