• 1.0.0 a849295b46

    louis9902 released this 2024-03-19 21:46:57 +00:00 | 0 commits to main since this release

    Signed by louis9902
    GPG key ID: 4B9DB28F826553BD

    This marks the first release of the action for checking out git
    repostories. This action is only written in shell (bash).

    uses: actions/checkout:1.0.0
    with:
      repository: ${{ github.server_url }}/${{ github.repository }}.git
      token: ${{ github.token }}
      path: .
      ref: ${{ github.ref || github.sha }}
    
    Downloads