We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d43085 commit f1292beCopy full SHA for f1292be
2 files changed
.github/workflows/build-agent-splunk.yml
@@ -53,6 +53,5 @@ jobs:
53
else
54
gh release create "$TAG" \
55
--title "agent-splunk $TAG" \
56
- --generate-notes \
57
agent-splunk
58
fi
tools/agents/agent-splunk/README.md
@@ -41,3 +41,4 @@ go build -o agent-splunk .
41
podman build -f Containerfile -t agent-splunk .
42
podman run --env-file .env agent-splunk
43
```
44
+
0 commit comments