mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 10:33:16 -05:00
Take Two For Printing Text
This commit is contained in:
parent
a7f0ac9a15
commit
9efc7a115c
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ jobs:
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker
|
run: apk add --update docker
|
||||||
- name: Print Some Debugging Info
|
- name: Print Some Debugging Info
|
||||||
echo: "::warning::${{ github.repository }}"
|
shell: /bin/ash -e {0}
|
||||||
|
run: echo ${{ github.workspace }}
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue