Files
test-tmate/.gitea/workflows/tmate.yml
lukas 18e820ba27
Some checks failed
checkout / checkout (push) Failing after 1s
Update .gitea/workflows/tmate.yml
remove full name
2025-07-26 17:56:01 +00:00

16 lines
351 B
YAML

name: checkout
on:
push:
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: ubuntu-latest
container:
image: git.phyllo.me/roots/fedora-iso-creation:42
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
- name: Setup tmate session
- uses: https://github.com/mxschmitt/action-tmate@v3