We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30352ab commit bdfb005Copy full SHA for bdfb005
1 file changed
.github/workflows/main.yml
@@ -46,6 +46,9 @@ jobs:
46
EXCLUDE_LANGS: ${{ secrets.EXCLUDE_LANGS }}
47
EXCLUDE_PRIVATE: "false"
48
DEBUG: "false"
49
+ # TODO: Remove this when they get their API working again
50
+ # https://github.com/orgs/community/discussions/192970
51
+ MAX_RETRIES: 5
52
53
- name: Commit to the repo
54
run: |
0 commit comments