Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 19, 2024
1 parent 75d1d71 commit 593ed6c
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":${{ steps.changes.outputs.last_version }}, "base":"master"}' \
-d '{"title":"Automated PR: Add new version of the model", "head":release_${{ steps.changes.outputs.last_version }}, "base":"master"}' \
https://api.github.com/repos/$TARGET_REPO/pulls

0 comments on commit 593ed6c

Please sign in to comment.