Skip to content

Commit 5984034

Browse files
committed
actions
1 parent b31c37f commit 5984034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-and-get-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Request example
2626
run: |
27-
curl http://localhost:8080/options=Red,Green,Blue&target=0&fps=24&duration=10 > example.png
27+
curl http://localhost:8080/?options=Red,Green,Blue&target=0&fps=24&duration=10 > example.png
2828
2929
- name: Commit and push example
3030
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)