Skip to content

Commit a8a2080

Browse files
committed
Merge branch 'master' into will.wang/refactor-tap-top
2 parents 027fee5 + 5a6ce73 commit a8a2080

File tree

41 files changed

+520
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+520
-303
lines changed

.github/actions/spelling/allow.txt

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ https
319319
humungus
320320
icecream
321321
ifeq
322+
ifneq
322323
imobile
323324
influxd
324325
ionik

.github/workflows/gardener_issue_comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
# Extract the item in the Gardener project
8181
project=$(echo $project_items | jq -c -r --arg project_id $project_id '.data.node.projectItems.nodes[] | select(.project.id == $project_id)')
82-
current_status=$(echo $project | jq -c '.fieldValueByName.name')
82+
current_status=$(echo $project | jq -c -r '.fieldValueByName.name')
8383
item_id=$(echo $project | jq -c '.id')
8484
8585
if [ -z "$current_status" ] ; then

0 commit comments

Comments
 (0)