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 0921961 commit f36bf58
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 @@ -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:
Expand Down

0 comments on commit f36bf58

Please sign in to comment.