hugo-toha/.github/workflows/linked_issues.yaml
hossainemruz f4bb0bc7a1 Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-11-04 01:56:07 +06:00

15 lines
388 B
YAML

on: [push]
jobs:
linked_issues:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
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 }}"