13 lines
255 B
YAML
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 |