-
released this
2024-03-19 21:46:57 +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)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)