diff --git a/index.js b/index.js index b25541a..fce11d3 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,7 @@ try { return; } - throw Error ('Branch is not allowed to get built') + throw Error ('Branch "' + branchName + '" is not allowed to get built') } catch (error) { core.setFailed(error.message); }