We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010a632 commit dd7a5c7Copy full SHA for dd7a5c7
.github/workflows/ci.yml
@@ -63,6 +63,9 @@ jobs:
63
uses: thollander/actions-comment-pull-request@v3
64
with:
65
message: |
66
- The successful documentation build was deployed for preview:
+ The successful documentation build for ${{ github.sha }} was deployed for preview:
67
* https://docspreview.nitrokey.com/PR-${{ github.event.number }}
68
+
69
+ <small>workflow run ${{ github.run_id }} / attempt ${{ github.run_attempt }}</small>
70
+ comment-tag: preview-build
71
0 commit comments