added whoami
Some checks failed
/ deploy (push) Failing after 3s

This commit is contained in:
Zi Gao 2025-06-08 22:42:13 +10:00
parent df11b9dc1d
commit 7092a92e8a

View file

@ -5,8 +5,10 @@ jobs:
container:
image: registry.mightycastle.net/runner-image
volumes:
- /var/run:/var/run
- /var/run/docker.sock:/var/run/docker.sock
steps:
- id: check user
run: whoami
- id: checkout
uses: actions/checkout@v4
- id: build