Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 12, 2024
1 parent 649e3eb commit b18ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Runner {
if (useCommitVerification === true) {
core.warning("Unexpected unverified commit");

// if we are using commit verification, return false
// if we are using commit verification and the commit is not signed, return false
return false;
}
}
Expand Down

0 comments on commit b18ba69

Please sign in to comment.