diff --git a/.github/workflows/linked_issues.yaml b/.github/workflows/linked_issues.yaml index 98d31f7..c761f34 100644 --- a/.github/workflows/linked_issues.yaml +++ b/.github/workflows/linked_issues.yaml @@ -5,11 +5,11 @@ jobs: runs-on: ubuntu-latest name: A job to say hello steps: - - name: Hello world action step - id: hello + - name: Find Linked Issues + id: pr_links uses: hossainemruz/linked-issues@main with: - person: 'Emruz' - # Use the output from the `hello` step - - name: Get the output time - run: echo "The time was ${{ steps.hello.outputs.time }}" + pr_url: ${{github.event.pull_request.html_url}} + + - name: Output linked Issue list + run: echo "${{ steps.pr_links.issues }}"