Maybe It Will Work If I Install Git

This commit is contained in:
Annika Merris 2024-02-01 22:47:00 -05:00
parent c21f6cf95d
commit 3adb7a5126

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Install docker
shell: /bin/ash -e {0}
run: apk add --update docker
run: apk add --update docker git
- name: Print Some Debugging Info
shell: /bin/ash -e {0}
run: echo ${{ github.repository }}