We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df838d2 commit 326c16cCopy full SHA for 326c16c
1 file changed
.github/workflows/docci.yml
@@ -18,16 +18,16 @@ env:
18
jobs:
19
run:
20
runs-on: ubuntu-latest
21
- steps:
22
- - id: go-cache-paths
23
- run: |
24
- echo "::set-output name=go-build::$(go env GOCACHE)"
25
- echo "::set-output name=go-mod::$(go env GOMODCACHE)"
26
env:
27
DEBUGGING: true
28
RUST_BACKTRACE: 1
29
30
steps:
+ - id: go-cache-paths
+ run: |
+ echo "::set-output name=go-build::$(go env GOCACHE)"
+ echo "::set-output name=go-mod::$(go env GOMODCACHE)"
+
31
- name: Checkout repository
32
uses: actions/checkout@v4
33
0 commit comments