Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
c14eb2ce63
commit
f4bb0bc7a1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linked_issues.yaml
vendored
4
.github/workflows/linked_issues.yaml
vendored
|
@ -7,9 +7,9 @@ jobs:
|
|||
steps:
|
||||
- name: Hello world action step
|
||||
id: hello
|
||||
uses: hossainemruz/linked-issues@v0.0.1
|
||||
uses: hossainemruz/linked-issues@main
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
||||
person: 'Emruz'
|
||||
# Use the output from the `hello` step
|
||||
- name: Get the output time
|
||||
run: echo "The time was ${{ steps.hello.outputs.time }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue