diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index 119c735ca..1b002a7c6 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -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: @@ -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