Skip to content

Commit

Permalink
fix: unsafe repository error in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Mårten Svantesson <[email protected]>
  • Loading branch information
msvticket committed Jul 2, 2024
1 parent 6249a6b commit 4d9a914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jenkins-x/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ else
echo no charts
fi

# See https://github.com/actions/checkout/issues/766
git config --global --add safe.directory "$GITHUB_WORKSPACE"
jx changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=false

0 comments on commit 4d9a914

Please sign in to comment.