From f36bf580df27749c32fabbfbc246abaefb7a4a19 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Wed, 19 Jun 2024 13:51:27 -0400 Subject: [PATCH] testing --- .github/workflows/push_reproschema_py.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index 15cf6798c..0b92a5379 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -55,8 +55,8 @@ jobs: TARGET_REPO: djarecka/reproschema-py GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - cd your-target-repo - git push --set-upstream https://x-access-token:${GITHUB_TOKEN}@github.com/$TARGET_REPO.git your-feature-branch + # cd your-target-repo + git push --set-upstream https://x-access-token:${GITHUB_TOKEN}@github.com/$TARGET_REPO.git release - name: Create pull request env: