Compare commits
No commits in common. "23b9d820d1a36469480c7c378aaaad0694b1885d" and "90cab55fec8660eed1a7ac144fa585794e2c110a" have entirely different histories.
23b9d820d1
...
90cab55fec
@ -13,7 +13,7 @@ jobs:
|
|||||||
GOCACHE: /go-cache-volume/build-cache
|
GOCACHE: /go-cache-volume/build-cache
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- 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
|
- name: debug
|
||||||
run: |
|
run: |
|
||||||
|
@ -59,7 +59,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
err = w.Checkout(&git.CheckoutOptions{
|
err = w.Checkout(&git.CheckoutOptions{
|
||||||
Branch: plumbing.ReferenceName(ref),
|
Branch: plumbing.ReferenceName("refs/heads/" + refName),
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user