#120 Try reading the documentation for the action...

This commit is contained in:
Joey Hafner 2024-02-12 22:41:44 -08:00
parent 46092fb6f7
commit 82ac537faa

View File

@ -14,7 +14,8 @@ jobs:
echo $(dirname $compose)/
done
- name: Compose Config
uses: actions-hub/docker@master
with:
args: compose config
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
run: docker compose version
- run: echo "Job status ${{ job.status }}"