mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Add _log function
This commit is contained in:
parent
2996cba0f1
commit
f83064a02f
@ -19,6 +19,13 @@ _set_github_output() {
|
||||
fi
|
||||
}
|
||||
|
||||
_log() {
|
||||
local level=${1}
|
||||
local message=${2}
|
||||
|
||||
echo "::$level::$message";
|
||||
}
|
||||
|
||||
_main() {
|
||||
_check_if_git_is_available
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user