Skip to content

Commit

Permalink
Merge pull request #6497 from shaneknapp/fix-typo-node-placeholder-de…
Browse files Browse the repository at this point in the history
…ploy

remove extra comment and fix typo
  • Loading branch information
shaneknapp authored Nov 18, 2024
2 parents 84b8915 + a79356d commit a2efc2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-node-placeholder.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a2efc2c

Please sign in to comment.