chore: test breaking the expectedCommands
parent
73e939a72d
commit
5c73ddeb47
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue