We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48972a3 + ca99094 commit 70fc6c4Copy full SHA for 70fc6c4
.github/workflows/deploy.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: check filebeat status
102
id: check-status
103
run: |
104
- if docker ps --filter "name=filebeat" --filter "status=running" --format "{{.Names}}" | grep -q "^filebeat$"; then
+ if sudo docker ps --filter "name=filebeat" --filter "status=running" --format "{{.Names}}" | grep -q "^filebeat$"; then
105
echo "Filebeat is already running"
106
echo "status=running" >> $GITHUB_ENV
107
else
0 commit comments