Skip to content

Commit

Permalink
add ver
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 19, 2024
1 parent 08beac2 commit 020e07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_reproschema_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
curl -X POST -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
-d '{"title":"Automated PR: Add new version of the model", "head":"release", "base":"master"}' \
-d '{"title":"Automated PR: Add new version of the model ${{ secrets.PERSONAL_ACCESS_TOKEN }}", "head":"release", "base":"master"}' \
https://api.github.com/repos/$TARGET_REPO/pulls

0 comments on commit 020e07f

Please sign in to comment.