diff --git a/.gitea/workflows/tmate.yml b/.gitea/workflows/tmate.yml index 46db412..0bce526 100644 --- a/.gitea/workflows/tmate.yml +++ b/.gitea/workflows/tmate.yml @@ -7,5 +7,11 @@ jobs: runs-on: ubuntu-latest container: git.phyllo.me/roots/fedora-iso-creation:42 steps: - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 \ No newline at end of file + - name: Echo Current Path + run: | + pwd + echo "Current working directory:" + - name: List Files + run: | + ls -la + echo "Files in current directory:"