• v1 9d7c2be15e

    v1 Stable

    TurtleException released this 2026-04-10 16:05:56 +00:00 | 0 commits to main since this release

    📜 Changelog

    • Everything (first release)
    • Added support for Debian
    • Added support for Alpine
    • Install git if necessary

    🗺️ Usage

    - uses: https://forge.turtle-host.de/actions/git-checkout@v1
      with:
    
        # Repository name with owner.
        # Example:  actions/git-checkout
        # Default:  ${{ forgejo.repository }}
        repository: ''
    
    
        # The branch, tag or SHA to checkout.
        # Example:  main
        # Default:  ${{ forgejo.sha }}
        ref: ''
    
    Downloads