fix: exit condition

This commit is contained in:
Simone Corsi
2021-01-16 12:13:05 +01:00
parent f8cb892016
commit 914a11532f
3 changed files with 6 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
// original content by: github.com/TriPSs/conventional-changelog-action/blob/master/src/helpers/git.js
// original content by: https://github.com/TriPSs/conventional-changelog-action/blob/master/src/helpers/git.js
import * as core from '@actions/core';
import * as exec from '@actions/exec';