commit checksum file too

This commit is contained in:
Julien Calixte
2024-12-26 16:34:10 +01:00
parent df2ac31a8f
commit 48e70faee2

View File

@@ -28,8 +28,10 @@ fi
# Save the new checksum
echo "$CURRENT_CHECKSUM" > "$CHECKSUM_FILE"
# Stage the checksum file
git add "$CHECKSUM_FILE"
# Amend the last commit with the updated checksum
git commit --amend --no-edit
git push --force-with-lease --force-if-includes
echo "Environment variables imported successfully."