Skip to content

Commit

Permalink
Merge branch 'master' into will.wang/refactor-tap-top
Browse files Browse the repository at this point in the history
  • Loading branch information
wbew committed Aug 2, 2023
2 parents 027fee5 + 5a6ce73 commit a8a2080
Show file tree
Hide file tree
Showing 41 changed files with 520 additions and 303 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ https
humungus
icecream
ifeq
ifneq
imobile
influxd
ionik
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gardener_issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# Extract the item in the Gardener project
project=$(echo $project_items | jq -c -r --arg project_id $project_id '.data.node.projectItems.nodes[] | select(.project.id == $project_id)')
current_status=$(echo $project | jq -c '.fieldValueByName.name')
current_status=$(echo $project | jq -c -r '.fieldValueByName.name')
item_id=$(echo $project | jq -c '.id')
if [ -z "$current_status" ] ; then
Expand Down
Loading

0 comments on commit a8a2080

Please sign in to comment.