Adding A Bit Of Log Message?

This commit is contained in:
Annika Merris 2024-01-31 23:06:50 -05:00
parent b49328346c
commit a7f0ac9a15

View file

@ -14,6 +14,8 @@ jobs:
- name: Install docker
shell: /bin/ash -e {0}
run: apk add --update docker
- name: Print Some Debugging Info
echo: "::warning::${{ github.repository }}"
- name: Check out the repo
uses: actions/checkout@v4
- name: Login to docker repo