mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
ci: add commit id to title
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
d1a222ea87
commit
e03363df3d
2 changed files with 11 additions and 4 deletions
4
.github/bump_deps.sh
vendored
4
.github/bump_deps.sh
vendored
|
@ -19,4 +19,6 @@ if [ -z "$CURRENT_COMMIT" ]; then
|
|||
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 "" >> "${VAR}_message.txt"
|
||||
echo "Diff URL: https://github.com/$REPO/compare/${CURRENT_COMMIT}..${LAST_COMMIT}" >> "${VAR}_message.txt"
|
||||
echo "${LAST_COMMIT}" >> "${VAR}_commit.txt"
|
Loading…
Add table
Add a link
Reference in a new issue