Skip to content

Commit

Permalink
Allow push to viash-hub if remote branch does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Jan 11, 2024
1 parent c80e248 commit 8471e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Push source branch to Viash-hub
if: ${{ github.event.inputs.deploy_to_viash_hub == 'true' }}
run: |
git push -f https://x-access-token:${{ secrets.VIASHHUB_PAT }}@viash-hub.com/openpipelines-bio/openpipeline.git ${{ github.ref_name }}
git push -f https://x-access-token:${{ secrets.VIASHHUB_PAT }}@viash-hub.com/openpipelines-bio/openpipeline.git -u ${{ github.ref_name }} ${{ github.ref_name }}
- name: Set origin to viash-hub
if: ${{ github.event.inputs.deploy_to_viash_hub == 'true' }}
Expand Down

0 comments on commit 8471e34

Please sign in to comment.