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

This commit is contained in:
Bryce Thorup
2024-08-30 14:54:32 -06:00
parent 2e05c3e4b0
commit fef023b0f6

View File

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