removed echo
Some checks failed
Github Container Registry Upload / build (push) Failing after 3s

This commit is contained in:
ConfuzzedCat 2026-01-13 23:13:17 +01:00
parent fe9367cbf2
commit 54938a9390
Signed by: ConfuzzedCat
GPG key ID: D54F2F0C38D0304A

View file

@ -31,8 +31,7 @@ jobs:
steps:
- name: DEBUG
run: echo "${PATH}" \
ls -la /data/docker
run: ls -la /data/docker
- name: Checkout repository
uses: actions/checkout@v4