Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 19, 2024
1 parent 5573fe9 commit ed70841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_reproschema_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
#echo "Some changes" > new-file.txt
git add reproschema.jsonld
git commit -m "Add new version of the model"
#cd ..
cd ..
- name: Push changes to target repository
env:
Expand All @@ -67,5 +67,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 file", "head":"release", "base":"main"}' \
-d '{"title":"Automated PR: Add new file", "head":"release_1", "base":"main"}' \
https://api.github.com/repos/$TARGET_REPO/pulls

0 comments on commit ed70841

Please sign in to comment.