Skip to content

Commit a723339

Browse files
committed
add debug logging to action
1 parent c2f8304 commit a723339

File tree

1 file changed

+3
-0
lines changed
  • .github/actions/add_pr_to_smackore_board

1 file changed

+3
-0
lines changed

.github/actions/add_pr_to_smackore_board/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ runs:
2020
- name: Maybe add PR to board and set ticket status
2121
run: |
2222
# 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
2326
2427
export PROJECT_NUMBER=19
2528
export PROJECT_ID=PVT_kwDOAYE_z84AWEIB

0 commit comments

Comments
 (0)