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.
2 parents 3a6b5c9 + ad35fc5 commit d2fe664Copy full SHA for d2fe664
.github/workflows/wiki_update.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Generate Markdown Patch-List
18
run: python3 scripts/gen-markdown-patchlist.py
19
- name: Very legitimate hack for wiki push race condition
20
- run: sleep $((1 + (RANDOM % 3))
+ run: sleep $((1 + (RANDOM % 30)))
21
shell: bash
22
- name: Upload generated file to wiki
23
uses: SwiftDocOrg/github-wiki-publish-action@v1
0 commit comments