Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix $Env:GITHUB_OUTPUT
  • Loading branch information
k1rnt committed Oct 12, 2022
commit 7cd8d3c4fa73fe4421d9c1b5c8ea04f651bd790b
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
# Get values for cache paths to be used in later steps
- id: cache-paths
run: |
echo "go-cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
echo "go-cache=$(go env GOCACHE)" >> $Env:GITHUB_OUTPUT
echo "go-mod-cache=$(go env GOMODCACHE)" >> $Env:GITHUB_OUTPUT

- name: Cache go modules
uses: actions/cache@v3
Expand Down