commit checksum file too
This commit is contained in:
@@ -28,8 +28,10 @@ fi
|
|||||||
# Save the new checksum
|
# Save the new checksum
|
||||||
echo "$CURRENT_CHECKSUM" > "$CHECKSUM_FILE"
|
echo "$CURRENT_CHECKSUM" > "$CHECKSUM_FILE"
|
||||||
|
|
||||||
|
# Stage the checksum file
|
||||||
git add "$CHECKSUM_FILE"
|
git add "$CHECKSUM_FILE"
|
||||||
|
|
||||||
|
# Amend the last commit with the updated checksum
|
||||||
git commit --amend --no-edit
|
git commit --amend --no-edit
|
||||||
git push --force-with-lease --force-if-includes
|
|
||||||
|
|
||||||
echo "Environment variables imported successfully."
|
echo "Environment variables imported successfully."
|
||||||
|
|||||||
Reference in New Issue
Block a user