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 07d2b61 commit 7e40283Copy full SHA for 7e40283
.github/workflows/screenshot-test-comment.yml
@@ -20,6 +20,9 @@ jobs:
20
pull-requests: write
21
contents: read
22
steps:
23
+ - name: Wait for GitHub to register the workflow run
24
+ run: sleep 15
25
+
26
- name: Wait for Screenshot Tests to complete
27
uses: lewagon/wait-on-check-action@v1.3.1
28
with:
@@ -111,4 +114,4 @@ jobs:
111
114
112
115
See https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-screenshot-tests/README.md for more information
113
116
edit-mode: replace
- comment-id: ${{ steps.existingCommentId.outputs.comment-id }}
117
+ comment-id: ${{ steps.existingCommentId.outputs.comment-id }}
0 commit comments