Compare commits
2 Commits
90cab55fec
...
23b9d820d1
Author | SHA1 | Date | |
---|---|---|---|
23b9d820d1 | |||
9f83f0f384 |
@ -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@master
|
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@v0.0.1
|
||||||
|
|
||||||
- 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("refs/heads/" + refName),
|
Branch: plumbing.ReferenceName(ref),
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user