Skip to content

Commit

Permalink
release: 1.2.2 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jan 17, 2025
2 parents 48972a3 + ca99094 commit 70fc6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: check filebeat status
id: check-status
run: |
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
echo "Filebeat is already running"
echo "status=running" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 70fc6c4

Please sign in to comment.