Take Two For Printing Text

This commit is contained in:
Annika Merris 2024-01-31 23:09:12 -05:00
parent a7f0ac9a15
commit 9efc7a115c

View file

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