Skip to content

Commit 7b16c9f

Browse files
committed
Fix typo in curl command
1 parent 5ff4286 commit 7b16c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react-tests-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
REACT_WORKFLOW_ID: "detection-rules-tests"
1616
run: |
17-
curl -x POST \
17+
curl -X POST \
1818
-H "Accept: application/vnd.github.everest-preview+json" \
1919
-H "Content-Type: application/json" \
2020
-H "Authorization: token ${{ secrets.WRITE_REACT_DETECTION_RULES_TOKEN }}" \

0 commit comments

Comments
 (0)