Skip to content

Commit

Permalink
Update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake committed Dec 10, 2024
1 parent a635f42 commit 2606e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-godel-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- id: set-gopath
run: echo "::set-output name=GOPATH::$(go env GOPATH)"
- id: go-dist-info
uses: github/godel/go-dist-info@nmiyake/test-github-actions
uses: godel/go-dist-info@nmiyake/test-github-actions
with:
gopath: ${{ steps.set-gopath.outputs.gopath }}
- id: restore-go-dist-from-cache
Expand All @@ -25,7 +25,7 @@ jobs:
${{ steps.set-gopath.outputs.gopath }}/go-dists/${{ steps.go-dist-info.outputs.go-dist-version }}
key: ${{ runner.os }}-${{ steps.go-dist-info.outputs.go-dist-version }}
- id: go-dist-setup
uses: github/godel/go-dist-setup@nmiyake/test-github-actions
uses: godel/go-dist-setup@nmiyake/test-github-actions
with:
gopath: ${{ steps.set-gopath.outputs.gopath }}
go-version: ${{ steps.go-dist-info.outputs.go-dist-version }}
Expand Down

0 comments on commit 2606e27

Please sign in to comment.