Composite version of checkout that does not require node.
Find a file
2026-03-19 11:58:26 +01:00
src Fix bad quoting in checkout script 2026-03-19 11:58:26 +01:00
action.yaml Do not reference secrets from inside the action 2026-03-19 11:56:22 +01:00
LICENSE Create LICENSE 2026-03-19 09:33:34 +00:00
README.md Create README 2026-03-19 09:32:36 +00:00

Git Checkout Action

Composite version of checkout that does not require node.

Usage

- uses: forge.turtle-host.de/actions/git-checkout:latest
  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: ''