From b95c371b9cfe3d3a8c628dca289ada9cbe019cd7 Mon Sep 17 00:00:00 2001 From: Yves Date: Thu, 4 Jan 2024 17:45:01 +0100 Subject: [PATCH] Clean-up tags --- actions/px4_flight_review/action.json | 2 +- actions/tag_ulog/action.json | 2 +- actions/ulog_info/action.json | 2 +- actions/ulog_to_csv/action.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/px4_flight_review/action.json b/actions/px4_flight_review/action.json index 68d63bb..de977ed 100644 --- a/actions/px4_flight_review/action.json +++ b/actions/px4_flight_review/action.json @@ -15,7 +15,7 @@ "default": "False" } ], - "tags": ["px4", "ulg"], + "tags": ["px4"], "metadata": { "github_url": "https://github.com/roboto-ai/robologs-px4-actions/tree/main/actions/px4_flight_review" } diff --git a/actions/tag_ulog/action.json b/actions/tag_ulog/action.json index 390052a..72843da 100644 --- a/actions/tag_ulog/action.json +++ b/actions/tag_ulog/action.json @@ -8,7 +8,7 @@ "memory": 1024, "storage": 21 }, - "tags": ["px4", "ulg", "ulog"], + "tags": ["px4"], "metadata": { "github_url": "https://github.com/roboto-ai/robologs-px4-actions/tree/main/actions/tag_ulog" } diff --git a/actions/ulog_info/action.json b/actions/ulog_info/action.json index 105bfb7..447a790 100644 --- a/actions/ulog_info/action.json +++ b/actions/ulog_info/action.json @@ -15,7 +15,7 @@ "memory": 2048, "storage": 21 }, - "tags": ["px4", "ulg"], + "tags": ["px4"], "metadata": { "github_url": "https://github.com/roboto-ai/robologs-px4-actions/tree/main/actions/ulog_info" } diff --git a/actions/ulog_to_csv/action.json b/actions/ulog_to_csv/action.json index 396a811..861715c 100644 --- a/actions/ulog_to_csv/action.json +++ b/actions/ulog_to_csv/action.json @@ -30,7 +30,7 @@ "memory": 2048, "storage": 21 }, - "tags": ["px4", "ulg", "ulog"], + "tags": ["px4"], "metadata": { "github_url": "https://github.com/roboto-ai/robologs-px4-actions/tree/main/actions/ulog_to_csv" }