Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Adjust exception message
  • Loading branch information
SteffenFrankGeyer committed May 2, 2024
1 parent 873ff71 commit 19327a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 19327a5

Please sign in to comment.