Skip to content

Commit 9b2ede7

Browse files
committed
using argjson again, and adding echos to see whats up
1 parent 823bf65 commit 9b2ede7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/label-issues.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
3131
- name: Find unlabeled issues
3232
run: |
33-
jq --arg labels "$labels" "$filter" issues.json > unlabeled_issues.json
33+
echo $filter
34+
echo $labels
35+
jq --argjson labels "$labels" "$filter" issues.json > unlabeled_issues.json
3436
3537
- name: Install Copilot CLI
3638
run: |

0 commit comments

Comments
 (0)