summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarsakiller <carsakiller@gmail.com>2024-05-23 08:13:16 +0000
committercarsakiller <carsakiller@gmail.com>2024-05-23 08:13:16 +0000
commit3448f5e44c0fd9dbf15ebbbbae6994b9973a31ab (patch)
tree602e91c5c93c84552f463ea97f926a185c69ebf9
parentd57084e877582817de8b0545d0f70ff0e86a3bf8 (diff)
downloadlua-language-server-3448f5e44c0fd9dbf15ebbbbae6994b9973a31ab.zip
un-unshallow
-rwxr-xr-x.github/scripts/check-changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/check-changelog.sh b/.github/scripts/check-changelog.sh
index 876d74f1..aeec5aa1 100755
--- a/.github/scripts/check-changelog.sh
+++ b/.github/scripts/check-changelog.sh
@@ -6,7 +6,7 @@ CHANGELOG_FILE="changelog.md"
git fetch origin $GITHUB_BASE_REF
-git fetch --unshallow
+git fetch
echo $(git remote)
echo $(git branch)