Compare commits

..

No commits in common. "23b9d820d1a36469480c7c378aaaad0694b1885d" and "90cab55fec8660eed1a7ac144fa585794e2c110a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
GOCACHE: /go-cache-volume/build-cache
steps:
- name: checkout
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@v0.0.1
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@master
- name: debug
run: |

View File

@ -59,7 +59,7 @@ func main() {
}
err = w.Checkout(&git.CheckoutOptions{
Branch: plumbing.ReferenceName(ref),
Branch: plumbing.ReferenceName("refs/heads/" + refName),
})
if err != nil {
log.Fatal(err)