Skip to content

Commit

Permalink
Update param
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake committed Dec 11, 2024
1 parent c2ca1b8 commit 7bb787b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-godel-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
# START Go dist setup
#####################
- id: set-gopath
run: echo "GOPATH=$(go env GOPATH)" >> "$GITHUB_OUTPUT"
run: |
echo "GOPATH=$(go env GOPATH)" >> "$GITHUB_OUTPUT"
echo "Set GOPATH=$(go env GOPATH) in GITHUB_OUTPUT at $GITHUB_OUTPUT"
- id: go-dist-info
uses: palantir/godel/go-dist-info@nmiyake/test-github-actions
with:
Expand Down

0 comments on commit 7bb787b

Please sign in to comment.