Skip to content

Commit

Permalink
try: fix syntax for installing openssh-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Jun 14, 2024
1 parent a2983a6 commit d532228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
jobs:
copy:
runs-on: ubuntu-latest

steps:
- name: Install and start the ssh agent
run: |
'which ssh-agent || ( apt-get install -qq openssh-client )'
which ssh-agent || ( apt-get install -qq openssh-client )
eval $(ssh-agent -s)
- name: Read the ssh private key
Expand Down

0 comments on commit d532228

Please sign in to comment.