Update action.yml

This commit is contained in:
megamiley
2026-06-16 09:20:44 +00:00
parent bcf145d233
commit 4ad8d15730
+2
View File
@@ -63,4 +63,6 @@ runs:
if [ -n "$REF" ]; then
echo "Checking out ref: $REF"
git checkout "$REF"
else
echo "No Ref provided to checkout!"
fi