Skip to content

Commit 06280b7

Browse files
committed
Committer email does not match
1 parent 9fcb9fc commit 06280b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function run(): Promise<void> {
6767
const user_email = git_committer_email || privateKey.email;
6868
const user_name = git_committer_name || privateKey.name;
6969

70-
if (git_committer_email != privateKey.email) {
70+
if (user_email != privateKey.email) {
7171
core.setFailed('Committer email does not match GPG key user address');
7272
return;
7373
}

0 commit comments

Comments
 (0)