chore: commit .env checksum in a separate commit

This commit is contained in:
Julien Calixte
2024-12-26 16:38:33 +01:00
parent 48ba03064c
commit 0b88e9e773

View File

@@ -32,6 +32,6 @@ echo "$CURRENT_CHECKSUM" > "$CHECKSUM_FILE"
git add "$CHECKSUM_FILE" git add "$CHECKSUM_FILE"
# Amend the last commit with the updated checksum # Amend the last commit with the updated checksum
git commit --amend --no-edit git commit -m "Update .env checksum"
echo "Environment variables imported successfully." echo "Environment variables imported successfully."