feat: add git installation step to auto-deploy workflow
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
This commit is contained in:
parent
5f9395f42e
commit
2466972389
@ -9,6 +9,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y git curl
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user