Skip to content

Commit

Permalink
fix(repo): Fix syntax error in composite GHA (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski authored Jul 24, 2024
1 parent b963821 commit d65a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ensure-stable-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

0 comments on commit d65a94c

Please sign in to comment.