Skip to content

Commit

Permalink
Fix in automation
Browse files Browse the repository at this point in the history
  • Loading branch information
deedeeh committed May 29, 2024
1 parent 4ccddfc commit 96eaa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- run: |
npm t || curl --request POST \
--url https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/issues \
--header 'authorization: Bearer ${ISBOT_ISSUE_TOKEN}' \
--header "authorization: Bearer ${ISBOT_ISSUE_TOKEN}" \
--header 'content-type: application/json' \
--data '{
"title": "Automated issue for failing periodic tests",
Expand Down

0 comments on commit 96eaa3a

Please sign in to comment.