We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f8304 commit a723339Copy full SHA for a723339
.github/actions/add_pr_to_smackore_board/action.yml
@@ -20,6 +20,9 @@ runs:
20
- name: Maybe add PR to board and set ticket status
21
run: |
22
# currently this may cause github action crash, more info here: https://github.com/membraneframework/membrane_core/issues/749
23
+
24
+ # this debug varible is set only for troubleshooting, remove this later
25
+ export GH_DEBUG=api
26
27
export PROJECT_NUMBER=19
28
export PROJECT_ID=PVT_kwDOAYE_z84AWEIB
0 commit comments