Skip to content

Commit

Permalink
remove double quote
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
  • Loading branch information
mfournioux committed Feb 3, 2025
1 parent ba72e8e commit 4e925e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "CHART_TAG=$(helm show chart examples/online_serving/chart-helm | awk '/version/ {print $2}')" >> "$GITHUB_ENV"

- name: helm package
run: helm package examples/online_serving/chart-helm --version "$CHART_TAG"
run: helm package examples/online_serving/chart-helm --version $CHART_TAG

Check failure on line 38 in .github/workflows/publish-helm-ghcr.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

shellcheck reported issue in this script: SC2086:info:1:59: Double quote to prevent globbing and word splitting

- name: helm push
# if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 4e925e6

Please # to comment.