name: Git Checkout desciption: Checkout repository using alpite/git runs: using: composite container: alpine/git steps: - name: Checkout repository uses: docker://alpine/git:latest with: args: clone "https://$GITHUB_TOKEN@$(echo \"$GITHUB_SERVER_URL\" | sed \'s%https://%%\')/$GITHUB_REPOSITORY.git" .