Skip to content

Commit

Permalink
push with SSH (#89)
Browse files Browse the repository at this point in the history
to give (hopefully) push acces to the CI.
  • Loading branch information
amtoine authored Nov 17, 2023
1 parent 88d508e commit 805867a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/sync_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ runs:
working-directory: /tmp/nu-git-manager

- name: "Push to remote"
run: git push origin nightly
run: |
git remote set-url origin git@github.com:amtoine/nu-git-manager.git
git push origin nightly
shell: bash
working-directory: /tmp/nu-git-manager
if: ${{ inputs.do_push == 'true' && !env.ACT }}

0 comments on commit 805867a

Please sign in to comment.