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

This commit is contained in:
Bryce Thorup
2024-08-30 14:48:05 -06:00
parent 27178b670f
commit a783cf6fed

View File

@@ -1,5 +1,6 @@
message="$(git rev-parse --abbrev-ref HEAD)" message="$(git rev-parse --abbrev-ref HEAD)"
echo $message
if [[ $message == *"__post__"* ]]; then if [[ $message == *"__post__"* ]]; then
echo "It's there!" echo "It's there!"
fi fi