Skip to content

Commit

Permalink
Update push-to-private.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult authored Oct 8, 2024
1 parent fb530df commit 3820ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:

- name: Push changes to private repository
run: |
git remote add private git@github.com:ecmwf/${{ github.repository }}-private.git
git remote add private git@github.com:${{ github.repository }}-private.git
git push --set-upstream private develop

0 comments on commit 3820ff4

Please sign in to comment.