We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534057e commit 762eba5Copy full SHA for 762eba5
.github/workflows/ci.yml
@@ -274,7 +274,8 @@ jobs:
274
run: |
275
go version -m dist/gateway_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}*/gateway > goversionm_${{ github.run_id }}_${{ github.run_number }}_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}.txt
276
echo "goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)" >> $GITHUB_OUTPUT
277
- cat $GITHUB_OUTPUT
+ goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)
278
+ cat $goversionm
279
280
- name: Generate Assertion Document
281
id: assertiondoc
0 commit comments