added -y to runner
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after -7s
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after -7s
This commit is contained in:
parent
cedb631e82
commit
4609ced418
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
Build-and-Deploy:
|
Build-and-Deploy:
|
||||||
steps:
|
steps:
|
||||||
- name: Install Git LFS and Rsync
|
- name: Install Git LFS and Rsync
|
||||||
run: apt-get update && apt-get install git-lfs rsync
|
run: apt-get update && apt-get install -y git-lfs rsync
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue