removed extra apostrophe
This commit is contained in:
parent
fc277f2757
commit
99bc471443
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ jobs:
|
|||
steps:
|
||||
- name: Install and update ssh + rsync
|
||||
run: |
|
||||
'which rsync || ( apt update -y && apt install rsync -y)'
|
||||
'which ssh-agent || ( apt update -y && apt install openssh-client -y)'
|
||||
which rsync || ( apt update -y && apt install rsync -y)
|
||||
which ssh-agent || ( apt update -y && apt install openssh-client -y)
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: static-site
|
||||
|
|
Loading…
Reference in a new issue