Skip to content

Commit

Permalink
ci: fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
  • Loading branch information
mudler committed Aug 6, 2024
1 parent c53196e commit 69a2cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/bump_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 69a2cf0

Please sign in to comment.