This commit is contained in:
Kreyren 2020-02-18 00:30:11 +00:00
parent 915278e6d7
commit 013391e83a
2 changed files with 3 additions and 6 deletions

@ -1,3 +1,5 @@
# FIXME: Hook https://man.sr.ht/builds.sr.ht/api.md so that we can use sourcehub in GitHub action
name: 'Hello World'
description: 'Greet someone and record the time'
inputs:

@ -6,9 +6,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Hello world action step
uses: ./.github/custom-actions/sourcehub-layer
id: hello
with:
who-to-greet: 'Mona the Octocat'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
uses: ./.github/custom-actions/sourcehub-layer