longer timeout in 'repeat' workflow, heading for advanced docs

This commit is contained in:
martin-mfg
2026-01-02 18:09:59 +01:00
parent a88e9a0c4c
commit 6f29532d07
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with:
url: "https://github-stats-extended.vercel.app/api/repeat-recent"
method: "POST"
timeout: "62000"
timeout: "300000"
- name: Show Response
run: |
echo ${{ steps.myRequest.outputs.response }}