feat: add git installation step to auto-deploy workflow
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s

This commit is contained in:
Nathan 2026-06-02 12:35:06 -04:00
parent 5f9395f42e
commit 2466972389

View File

@ -9,6 +9,8 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install git
run: apt-get update && apt-get install -y git curl
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: