Skip to content

Commit a2efc2c

Browse files
authored
Merge pull request #6497 from shaneknapp/fix-typo-node-placeholder-deploy
remove extra comment and fix typo
2 parents 84b8915 + a79356d commit a2efc2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-node-placeholder.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Deploy node placeholder helm chart
2-
# use echo ${VAR##*: } to get the value of a variable that is a string with a colon in it
32
on:
43
workflow_dispatch:
54
push:
@@ -21,7 +20,7 @@ jobs:
2120
with:
2221
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
2322

24-
- name: Check if the nbde placeholder helm chart needs to be deployed
23+
- name: Check if the node placeholder helm chart needs to be deployed
2524
run: |
2625
echo "PR labels: ${{ steps.pr-labels.outputs.labels }}"
2726
for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do

0 commit comments

Comments
 (0)