Update .gitea/workflows/tmate.yml
Some checks failed
CI / container-test-job (push) Failing after 1s

This commit is contained in:
2025-07-26 18:29:09 +00:00
parent 576c74d360
commit 8313b3a389

View File

@@ -7,5 +7,6 @@ jobs:
runs-on: ubuntu-latest
container: git.phyllo.me/roots/fedora-iso-creation:42
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
- uses: https://git.phyllo.me/actions/checkout@v4
- name: Setup tmate session
- uses: https://github.com/mxschmitt/action-tmate@v3