We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2bfd3 commit 76d8db4Copy full SHA for 76d8db4
.github/workflows/assertion.yml
@@ -42,13 +42,11 @@ jobs:
42
id: build
43
run: |
44
make build
45
- echo "agent_binary=$(find build -type f -name "nginx-agent" | head -n 1)" >> $GITHUB_OUTPUT
46
- cat $GITHUB_OUTPUT
47
48
- name: Check dependencies
49
id: godeps
50
51
- go version -m ${{ steps.check_binary.outputs.agent_binary }} > goversionm_${{ github.run_id }}_${{ github.run_number }}.txt
+ go version -m build/nginx-agent > goversionm_${{ github.run_id }}_${{ github.run_number }}.txt
52
echo "goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)" >> $GITHUB_OUTPUT
53
cat $GITHUB_OUTPUT
54
0 commit comments