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:07:28 -06:00
parent f71029f288
commit 9293eefe2b

View File

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