Marc Cornellà 4 years ago
parent b3b336b0f9
commit 1342459b15
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 8
      .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

Loading…
Cancel
Save