a
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-08-30 15:05:28 -06:00
parent 21002d7e72
commit f71029f288

View File

@@ -1,8 +1,7 @@
git pull
git log
message="$(git log --merges -n 1)"
echo $(git log --merges -n 1)
echo $message
if [[ $message == *"__post__"* ]]; then
echo "It's there!"
fi