We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab82b6 commit c1f9f74Copy full SHA for c1f9f74
.github/workflows/get-project-column-ids.yml
@@ -51,7 +51,7 @@ jobs:
51
console.log(`Project "${name}" = Project ID: "${id}"`);
52
});
53
54
- core.setOutput("project_ids", JSON.stringify(projectIds)); # ✅ Safe JSON storage
+ core.setOutput("project_ids", JSON.stringify(projectIds));
55
56
# ✅ Step 2: Fetch Column IDs
57
- name: Get Column IDs
@@ -115,4 +115,4 @@ jobs:
115
116
117
118
- core.setOutput("columns", JSON.stringify(columnData)); # ✅ Safe JSON storage
+ core.setOutput("columns", JSON.stringify(columnData));
0 commit comments