Some checks failed
checkout / checkout (push) Has been cancelled
trigger action on change in main branch
16 lines
405 B
YAML
16 lines
405 B
YAML
name: checkout
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main # Or your desired branch
|
|
|
|
jobs:
|
|
checkout:
|
|
runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images: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 |