Files
test-tmate/.gitea/workflows/tmate.yml
lukas 73663fb315
Some checks failed
checkout / checkout (push) Has been cancelled
Update .gitea/workflows/tmate.yml
change base image
2025-07-26 18:15:35 +00:00

13 lines
255 B
YAML

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