chore: test breaking the expectedCommands

releases/v3
apr-1985 2021-11-17 10:11:43 +00:00 committed by GitHub
parent 73e939a72d
commit 5c73ddeb47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ module.exports = new (class Git {
const expectedCommands = [
'git config user.name "Conventional Changelog Action"',
'git config user.email "conventional.changelog.action@github.com"',
'git pull --tags --ff-only',
'git upll --tags --ff-only',
]
if (!SKIPPED_COMMIT) {