Skip to content

Commit

Permalink
馃帹 Print outputs (#484)
Browse files Browse the repository at this point in the history
* 馃帹 print outputs

* 馃帹 add missing identifier

* 馃帹 capitalize step names
  • Loading branch information
flaxel committed Jun 7, 2021
1 parent 9a928a1 commit 8e70fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
Expand Up @@ -9,8 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
id: stale
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'blocked,must,should,keep'
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -24,5 +24,5 @@ jobs:
stale-issue-message: 'This issue is stale'
stale-pr-message: 'This PR is stale'
debug-only: true
- name: print outputs
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}

0 comments on commit 8e70fa8

Please sign in to comment.