Composite version of checkout that does not require node.
Find a file
2026-04-10 18:05:56 +02:00
src Add execution permission to scripts 2026-04-10 18:05:56 +02:00
action.yaml Implement action inputs 2026-04-08 17:47:45 +02:00
LICENSE Create LICENSE 2026-03-19 09:33:34 +00:00
README.md Fix usage sample in README 2026-04-08 17:37:07 +02:00

Git Checkout Action

Composite version of checkout that does not require node.

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: ''