We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b8915 + a79356d commit a2efc2cCopy full SHA for a2efc2c
.github/workflows/deploy-node-placeholder.yaml
@@ -1,5 +1,4 @@
1
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
3
on:
4
workflow_dispatch:
5
push:
@@ -21,7 +20,7 @@ jobs:
21
20
with:
22
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
23
24
- - name: Check if the nbde placeholder helm chart needs to be deployed
+ - name: Check if the node placeholder helm chart needs to be deployed
25
run: |
26
echo "PR labels: ${{ steps.pr-labels.outputs.labels }}"
27
for label in $(echo -e "${{ steps.pr-labels.outputs.labels }}"); do
0 commit comments