Skip to content

Commit 7866e96

Browse files
authored
Merge pull request #1363 from digital-preservation/fix-pr-creation-call
Fix PR creation call.
2 parents 626a5e9 + df68f51 commit 7866e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
curl -X POST "https://api.github.com/repos/digital-preservation/droid/pulls" \
4747
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
4848
-H "Accept: application/vnd.github+json" \
49-
-d '{"title": "Version bump","head": "$BRANCH_NAME","base": "main"}'
49+
-d "{\"title\": \"Version bump\",\"head\": \"$BRANCH_NAME\",\"base\": \"main\"}"
5050
github-release:
5151
runs-on: ubuntu-latest
5252
steps:

0 commit comments

Comments
 (0)