Post Title action displays the title of the current post.
PGLOOP
For example, adding Post Title action on the element:
<h1>The Title goes here</h1>

Will display the post title in the H1 element:

With the following PHP code:
<h1><?php the_title(); ?></h1>
PGACTIONCONFIG