mirror of
https://github.com/actions/stale.git
synced 2026-01-15 19:11:44 +08:00
fix print outputs step (#859)
This commit is contained in:
committed by
GitHub
parent
975308fb9d
commit
627cef3f37
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
||||
days-before-close: 5
|
||||
exempt-issue-labels: 'blocked,must,should,keep'
|
||||
- name: Print outputs
|
||||
run: echo ${{ join(steps.stale.outputs.*, ',') }}
|
||||
run: echo ${{ format('{0},{1}', toJSON(steps.stale.outputs.staled-issues-prs), toJSON(steps.stale.outputs.closed-issues-prs)) }}
|
||||
|
||||
Reference in New Issue
Block a user