mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
fix(git): disable safe directory checks
This commit is contained in:
@@ -4,6 +4,9 @@ set -uxo pipefail
|
||||
# Avoid file expansion when passing parameters like with '*'
|
||||
set -o noglob
|
||||
|
||||
# Disable safe directory checks
|
||||
git config --global --add safe.directory '*'
|
||||
|
||||
OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
|
||||
|
||||
# Create the output directory
|
||||
|
||||
Reference in New Issue
Block a user