hugo-toha/.github/workflows/linked_issues.yaml
hossainemruz c14eb2ce63 Add custom action
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-11-04 01:49:18 +06:00

15 lines
407 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@v0.0.1
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"