Skip to content

Commit

Permalink
Add echo to test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartizon committed Jan 4, 2024
1 parent 63ceb5d commit eb40ad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: RelationalAI/abandoned@main
- id: abandoned
uses: RelationalAI/abandoned@main
with:
days: 7
token: ${{ github.token }}
- run: "echo PRs: ${{ steps.abandoned.outputs.pulls }}"

0 comments on commit eb40ad8

Please sign in to comment.