From f81dc9846fe7a1021ef22592e4b90460b7e6b495 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 19 Mar 2025 09:47:29 +0000 Subject: [PATCH] add type to input var --- .github/workflows/release.yaml | 1 + .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/material_theme_project_new.xml | 12 +++ .idea/misc.xml | 7 ++ .idea/thousandeyes-sdk-python.iml | 10 +++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 83 +++++++++++++++++++ 7 files changed, 125 insertions(+) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/material_theme_project_new.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/thousandeyes-sdk-python.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d884dec3..30c0ce9a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,7 @@ on: releaseVersion: description: 'The target version you want to update and release' required: true + type: string jobs: set-package-matrix: diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 00000000..3f5be408 --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..45ffd95e --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/thousandeyes-sdk-python.iml b/.idea/thousandeyes-sdk-python.iml new file mode 100644 index 00000000..aad402c4 --- /dev/null +++ b/.idea/thousandeyes-sdk-python.iml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..d2502cab --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1742377556066 + + + + + + + + + + \ No newline at end of file