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
|
||||
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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue