Update linked_issues workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
f4bb0bc7a1
commit
d00dbf0ce3
1 changed files with 6 additions and 6 deletions
12
.github/workflows/linked_issues.yaml
vendored
12
.github/workflows/linked_issues.yaml
vendored
|
@ -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 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue