Skip to content

Add echo to test

Add echo to test #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- id: abandoned
uses: RelationalAI/abandoned@main
with:
days: 7
token: ${{ github.token }}
- run: "echo PRs: ${{ steps.abandoned.outputs.pulls }}"