Skip to content

Commit

Permalink
Fix PR text and add workflow summary
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Jun 16, 2024
1 parent 20088b2 commit 825a253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-pester-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
body: |
Updates generated documentation using the specified Pester-version.
**Docs version:** Current
**Pester version:** v6.0.0-alpha1
**Docs version:** ${{ env.DOCS }}
**Pester version:** ${{ env.PESTER }}
| Documentation updated | Result |
|-----------------------|--------|
Expand All @@ -94,5 +94,5 @@ jobs:
- name: Output PR details
if: ${{ steps.create-pr.outputs.pull-request-number }}
run: |
echo "Pull Request created (#${{ steps.create-pr.outputs.pull-request-number }})"
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
echo "### Update Pester Docs successfully completed! :rocket:" >> $GITHUB_STEP_SUMMARY
echo "See pull request #${{ steps.create-pr.outputs.pull-request-number }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 825a253

Please sign in to comment.