Skip to content

Commit

Permalink
* fix multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
eukarpov committed Aug 23, 2023
1 parent 0932aae commit 74ef85d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ jobs:
git commit -am "-add a benchmark snapshot"
git push origin benchmark_snapshot
PR_RESPONSE=$(curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
-d '{
"title": "Add benchmark snapshot",
"body": "",
"head": "benchmark_snapshot",
"base": "${{ github.event.repository.default_branch }}"
}' \
https://api.github.com/repos/$GITHUB_REPOSITORY/pulls)
-d '{ \
"title": "Add benchmark snapshot", \
"body": "", \
"head": "benchmark_snapshot", \
"base": "${{ github.event.repository.default_branch }}" \
}' \
https://api.github.com/repos/$GITHUB_REPOSITORY/pulls)
echo "$PR_RESPONSE"

0 comments on commit 74ef85d

Please sign in to comment.