From a79356d65ec0e92d48ba6995d74d51324976f7d4 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 18 Nov 2024 15:40:02 -0800 Subject: [PATCH] remove extra comment and fix typo --- .github/workflows/deploy-node-placeholder.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-node-placeholder.yaml b/.github/workflows/deploy-node-placeholder.yaml index a227b2c7e..f26a61bca 100644 --- a/.github/workflows/deploy-node-placeholder.yaml +++ b/.github/workflows/deploy-node-placeholder.yaml @@ -1,5 +1,4 @@ name: Deploy node placeholder helm chart -# use echo ${VAR##*: } to get the value of a variable that is a string with a colon in it on: workflow_dispatch: push: @@ -21,7 +20,7 @@ jobs: with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - - name: Check if the nbde placeholder helm chart needs to be deployed + - name: Check if the node placeholder helm chart needs to be deployed run: | echo "PR labels: ${{ steps.pr-labels.outputs.labels }}" for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do