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: | -v $GITHUB_WORKSPACE:/root git clone --branch "$GITHUB_REF_NAME" "https://$GITHUB_TOKEN@$(echo \"$GITHUB_SERVER_URL\" | sed 's%https://%%')/$GITHUB_REPOSITORY.git" .