We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c125351 commit 0cf89a5Copy full SHA for 0cf89a5
__tests__/main.test.ts
@@ -114,6 +114,8 @@ describe('code-pushup action', () => {
114
await git.init()
115
await git.addConfig('user.name', 'John Doe')
116
await git.addConfig('user.email', 'john.doe@example.com')
117
+ await git.addConfig('commit.gpgSign', 'false')
118
+ await git.addConfig('tag.gpgSign', 'false')
119
await git.branch(['-M', 'main'])
120
121
await git.add('index.js')
0 commit comments