Skip to content

Commit

Permalink
fix an actionlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Mar 25, 2024
1 parent 86f644a commit 10ca0ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,9 @@ jobs:
export DOCKER_COMPOSE_LOCATION="/usr/local/bin/docker-compose"
./babylonnode monitoring config \
-m MONITOR_CORE \
-cm $NGINX_METRICS_PASSWORD \
-gm $NGINX_METRICS_PASSWORD \
-am $NGINX_METRICS_PASSWORD
-cm "$NGINX_METRICS_PASSWORD" \
-gm "$NGINX_METRICS_PASSWORD" \
-am "$NGINX_METRICS_PASSWORD"
./babylonnode monitoring install -a
env:
NGINX_ADMIN_PASSWORD: ${{secrets.NGINX_ADMIN_PASSWORD}}
Expand Down

0 comments on commit 10ca0ef

Please sign in to comment.