fadsfsa
Some checks failed
Deploy / deploy (push) Failing after 8s

This commit is contained in:
2026-03-21 22:09:47 +01:00
parent a39ff7b3b1
commit 4eae30c0e5

View File

@@ -10,6 +10,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Debug runner
run: |
cat /etc/os-release
which apt || which apk || which yum || echo "no package manager found"
- name: Checkout
uses: actions/checkout@v4