We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f86dce commit 0622574Copy full SHA for 0622574
.github/workflows/run-and-get-example.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Request example
26
run: |
27
- curl http://localhost:8080/?options=Red,Green,Blue\&target=0\&fps=24\&duration=10 > example.gif
+ curl -m 5 http://localhost:8080/?options=Red,Green,Blue\&target=0\&fps=24\&duration=10 > example.gif
28
29
- name: Commit and push example
30
uses: EndBug/add-and-commit@v9
0 commit comments