name: run-on-host_checkout_fedora-image on: push: branches: [ main ] jobs: checkout: runs-on: fedora-cloud-42 defaults: run: shell: bash steps: - name: Checkout uses: https://git.phyllo.me/devops/checkout@v5 with: fetch-depth: 0