Skip to content

Commit fc7000a

Browse files
committed
Add debug
1 parent 9143bea commit fc7000a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-pr-opened-updated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
run: |
9595
set -e
9696
97+
echo "Updating issue '${{ needs.determine_issue_number.outputs.issue_number }}'"
98+
9799
# "gh issue edit" cannot be used - workaround found at https://github.com/cli/cli/issues/9620#issuecomment-2703135049
98100
99101
ASSIGNEES=$(gh api /repos/JabRef/jabref/issues/${{ needs.determine_issue_number.outputs.issue_number }} --jq '[.assignees[].login]')

0 commit comments

Comments
 (0)