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
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 }}"