We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31c37f commit 5984034Copy full SHA for 5984034
.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.png
+ curl http://localhost:8080/?options=Red,Green,Blue&target=0&fps=24&duration=10 > example.png
28
29
- name: Commit and push example
30
uses: EndBug/add-and-commit@v9
0 commit comments