<p>The deployment included the following actions:</p>
<ul>
#{each action in Octopus.Action}
<li><strong>#{action.Name}</strong> #{if action.Package.NuGetPackageId}— <a href="http://nuget.org/packages/#{action.Package.NuGetPackageId}">#{action.Package.NuGetPackageId}</a> <em>version #{action.Package.NuGetPackageVersion}#{/if}</em></li>
#{/each}
</ul>
If I’ve missed the point of your question, please let me know more specifically what you’re trying to achieve and I’ll be happy to help you further.