mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-24 16:35: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 '*'
|
# Avoid file expansion when passing parameters like with '*'
|
||||||
set -o noglob
|
set -o noglob
|
||||||
|
|
||||||
|
# Disable safe directory checks
|
||||||
|
git config --global --add safe.directory '*'
|
||||||
|
|
||||||
OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
|
OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
|
||||||
|
|
||||||
# Create the output directory
|
# Create the output directory
|
||||||
|
|||||||
Reference in New Issue
Block a user