We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 626a5e9 + df68f51 commit 7866e96Copy full SHA for 7866e96
1 file changed
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
curl -X POST "https://api.github.com/repos/digital-preservation/droid/pulls" \
47
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
48
-H "Accept: application/vnd.github+json" \
49
- -d '{"title": "Version bump","head": "$BRANCH_NAME","base": "main"}'
+ -d "{\"title\": \"Version bump\",\"head\": \"$BRANCH_NAME\",\"base\": \"main\"}"
50
github-release:
51
runs-on: ubuntu-latest
52
steps:
0 commit comments