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 a6f0c01 commit dc9a587Copy full SHA for dc9a587
.github/workflows/auto_update_main.yaml
@@ -72,7 +72,7 @@ jobs:
72
- name: update external resources
73
id: update_external
74
shell: bash -l {0}
75
- run: python scripts/update_external_resources.py --max-resource-count 20 ${{ github.event_name == 'pull_request' && '--no-ignore-status-5xx' || '--ignore-status-5xx' }}
+ run: python scripts/update_external_resources.py --max-resource-count 30 ${{ github.event_name == 'pull_request' && '--no-ignore-status-5xx' || '--ignore-status-5xx' }}
76
- name: "Upload collection update"
77
uses: actions/upload-artifact@v3
78
with:
0 commit comments