mirror of
https://github.com/mudler/LocalAI.git
synced 2026-02-26 03:38:19 -05:00
4
.github/bump_deps.sh
vendored
4
.github/bump_deps.sh
vendored
@@ -18,5 +18,5 @@ if [ -z "$CURRENT_COMMIT" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Updated $VAR from $CURRENT_COMMIT to $LAST_COMMIT." > "$VAR_message.txt"
|
||||
echo "https://github.com/$REPO/compare/$CURRENT_COMMIT..$LAST_COMMIT" >> "$VAR_message.txt"
|
||||
echo "Updated $VAR from $CURRENT_COMMIT to ${LAST_COMMIT}." > "${VAR}_message.txt"
|
||||
echo "https://github.com/$REPO/compare/${CURRENT_COMMIT}..${LAST_COMMIT}" >> "${VAR}_message.txt"
|
||||
Reference in New Issue
Block a user