summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/project.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml
index 1aa69c279..1d961d8c0 100644
--- a/.github/workflows/project.yml
+++ b/.github/workflows/project.yml
@@ -113,7 +113,9 @@ jobs:
projectId: $project
itemId: $item
fieldId: $plugin_field
- value: $plugin_value
+ value: {
+ text: $plugin_value
+ }
}) {
projectV2Item {
id
@@ -123,7 +125,9 @@ jobs:
projectId: $project
itemId: $item
fieldId: $theme_field
- value: $theme_value
+ value: {
+ text: $theme_value
+ }
}) {
projectV2Item {
id