Skip to content

Commit e557ef7

Browse files
authored
try fux 3
1 parent d9500a0 commit e557ef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/expression-functions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828

2929
- name: Join issue labels
3030
if: github.event_name == 'issues'
31-
run: echo "Issue labels: ${{ join(github.event.issue.labels.*.name, ', ') }}"
31+
run: |
32+
echo "Issue labels:"
33+
echo "${{ toJSON(github.event.issue.labels) }}"
3234
3335
- name: Convert job context to JSON
3436
run: echo "Job context in JSON: ${{ toJSON(github.job) }}"

0 commit comments

Comments
 (0)