update git
Some checks failed
Build and Deploy / deploy (push) Failing after 3s

This commit is contained in:
Satria 2026-06-06 10:21:29 +07:00
commit 14d3cbf9fa

View file

@ -9,6 +9,9 @@ jobs:
deploy:
runs-on: debian
steps:
- name: Update git
run: sudo apt-get update && sudo apt-get install -y git
- name: Checkout
uses: actions/checkout@v4
with: