-
released this
2025-09-30 19:30:19 +00:00 | 1 commits to main since this releaseThis 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
-
Source code (ZIP)
13 downloads
-
Source code (TAR.GZ)
14 downloads
-
Source code (ZIP)