FULL PATHS!

This commit is contained in:
Annika Merris 2024-02-02 00:02:31 -05:00
parent 09994643a0
commit 0965b3355a

View file

@ -16,7 +16,7 @@ jobs:
run: apk add --update docker git
- name: Start docker
shell: /bin/ash -e {0}
run: service docker start
run: /sbin/service docker start
# - name: Print Some Debugging Info
# shell: /bin/ash -e {0}
# run: echo ${{ github.repository }}