Update linked_issues workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-11-04 03:57:48 +06:00
parent f4bb0bc7a1
commit d00dbf0ce3

View file

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